Package org.apache.maven.scm.command.tag
Class AbstractTagCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.tag.AbstractTagCommand
- All Implemented Interfaces:
Command
- Author:
- Emmanuel Venisse, Trygve Laugstøl
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ScmResult
executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) Deprecated.protected abstract ScmResult
executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
Constructor Details
-
AbstractTagCommand
public AbstractTagCommand()
-
-
Method Details
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) throws ScmException Deprecated.- Parameters:
repository
- TODOfileSet
- TODOtagName
- TODOmessage
- TODO- Returns:
- TODO
- Throws:
ScmException
- if any
-
executeTagCommand
protected abstract ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) throws ScmException - Throws:
ScmException
-
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
executeCommand
in classAbstractCommand
- Throws:
ScmException
-
executeTagCommand(ScmProviderRepository, ScmFileSet, String, ScmTagParameters)