Class LocalTagCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.tag.AbstractTagCommand
org.apache.maven.scm.provider.local.command.tag.LocalTagCommand
- All Implemented Interfaces:
Command, LocalCommand
-
Field Summary
Fields inherited from class AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResultexecuteTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) protected ScmResultexecuteTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmTagParameters scmTagParameters) Methods inherited from class AbstractTagCommand
executeCommandMethods inherited from class AbstractCommand
execute
-
Constructor Details
-
LocalTagCommand
public LocalTagCommand()
-
-
Method Details
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmTagParameters scmTagParameters) throws ScmException - Specified by:
executeTagCommandin classAbstractTagCommand- Throws:
ScmException
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) throws ScmException - Overrides:
executeTagCommandin classAbstractTagCommand- Parameters:
repository- TODOfileSet- TODOtagName- TODOmessage- TODO- Returns:
- TODO
- Throws:
ScmException- if any
-