public abstract class AbstractCvsTagCommand extends AbstractTagCommand implements CvsCommand
| Constructor and Description |
|---|
AbstractCvsTagCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract TagScmResult |
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) |
ScmResult |
executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
ScmResult |
executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
String message) |
executeCommandexecute, getLogger, setLoggerpublic ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) throws ScmException
executeTagCommand in class AbstractTagCommandScmExceptionpublic ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) throws ScmException
executeTagCommand in class AbstractTagCommandScmExceptionprotected abstract TagScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
ScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.