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
- Direct Known Subclasses:
AbstractCvsTagCommand
,BazaarTagCommand
,ClearCaseTagCommand
,GitTagCommand
,HgTagCommand
,JazzTagCommand
,JGitTagCommand
,LocalTagCommand
,PerforceTagCommand
,StarteamTagCommand
,SvnTagCommand
,SynergyTagCommand
,TfsTagCommand
,VssTagCommand
public abstract class AbstractTagCommand extends AbstractCommand
-
-
Constructor Summary
Constructors Constructor Description AbstractTagCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ScmResult
executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ScmResult
executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message)
Deprecated.protected abstract ScmResult
executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tagName, ScmTagParameters scmTagParameters)
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message) throws ScmException
Deprecated.- Parameters:
repository
-fileSet
-tagName
-message
-- Returns:
- Throws:
ScmException
-
executeTagCommand
protected abstract ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.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
-
-