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
-
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 org.apache.maven.scm.command.tag.AbstractTagCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
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
-