Class CvsJavaTagCommand
- 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.cvsjava.command.tag.CvsJavaTagCommand
-
- All Implemented Interfaces:
Command
,CvsCommand
public class CvsJavaTagCommand extends AbstractCvsTagCommand
- Author:
- Emmanuel Venisse
-
-
Constructor Summary
Constructors Constructor Description CvsJavaTagCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
executeCvsCommand
protected TagScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
- Specified by:
executeCvsCommand
in classAbstractCvsTagCommand
- Throws:
ScmException
-
-