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,CvsJavaTagCommand
public abstract class AbstractCvsTagCommand extends AbstractTagCommand implements CvsCommand
- Author:
- Emmanuel Venisse , Trygve Laugstøl
-
-
Constructor Summary
Constructors Constructor Description AbstractCvsTagCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract TagScmResultexecuteCvsCommand(org.codehaus.plexus.util.cli.Commandline cl)ScmResultexecuteTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)ScmResultexecuteTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.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
-
-
-
-
Method Detail
-
executeTagCommand
public ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, java.lang.String message) throws ScmException
- Overrides:
executeTagCommandin classAbstractTagCommand- Returns:
- Throws:
ScmException
-
executeTagCommand
public ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, ScmTagParameters scmTagParameters) throws ScmException
- Specified by:
executeTagCommandin classAbstractTagCommand- Throws:
ScmException
-
executeCvsCommand
protected abstract TagScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
- Throws:
ScmException
-
-