Class AbstractCvsTagCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.tag.AbstractTagCommand
org.apache.maven.scm.provider.cvslib.command.tag.AbstractCvsTagCommand
- All Implemented Interfaces:
Command
,CvsCommand
- Direct Known Subclasses:
CvsExeTagCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract TagScmResult
executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl) executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, 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, getLogger, setLogger
-
Constructor Details
-
AbstractCvsTagCommand
public AbstractCvsTagCommand()
-
-
Method Details
-
executeTagCommand
public ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) throws ScmException - Overrides:
executeTagCommand
in classAbstractTagCommand
- Returns:
- Throws:
ScmException
-
executeTagCommand
public ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) throws ScmException - Specified by:
executeTagCommand
in classAbstractTagCommand
- Throws:
ScmException
-
executeCvsCommand
protected abstract TagScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException - Throws:
ScmException
-