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 AbstractCvsTagCommand()
public ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) throws ScmException
executeTagCommand in class AbstractTagCommandrepo - TODOfileSet - TODOtag - TODOmessage - TODOScmException - if anypublic 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–2022 The Apache Software Foundation. All rights reserved.