Class CvsExeTagCommand
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
org.apache.maven.scm.provider.cvslib.cvsexe.command.tag.CvsExeTagCommand
- All Implemented Interfaces:
Command
,CvsCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TagScmResult
executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl) Methods inherited from class org.apache.maven.scm.provider.cvslib.command.tag.AbstractCvsTagCommand
executeTagCommand, executeTagCommand
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
-
CvsExeTagCommand
public CvsExeTagCommand()
-
-
Method Details
-
executeCvsCommand
protected TagScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException - Specified by:
executeCvsCommand
in classAbstractCvsTagCommand
- Throws:
ScmException
-