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 TagScmResultexecuteCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) Methods inherited from class org.apache.maven.scm.provider.cvslib.command.tag.AbstractCvsTagCommand
executeTagCommand, executeTagCommandMethods 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
-
CvsExeTagCommand
public CvsExeTagCommand()
-
-
Method Details
-
executeCvsCommand
protected TagScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException - Specified by:
executeCvsCommandin classAbstractCvsTagCommand- Throws:
ScmException
-