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
public class LocalTagCommand extends AbstractTagCommand implements LocalCommand
- Author:
- Matthew McCullough, Olivier Lamy
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description LocalTagCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Constructor Detail
-
LocalTagCommand
public LocalTagCommand()
-
-
Method Detail
-
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
-
-