public abstract class AbstractCvsBranchCommand extends AbstractBranchCommand implements CvsCommand
| Constructor and Description |
|---|
AbstractCvsBranchCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected ScmResult |
executeBranchCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String branchName,
String message) |
protected abstract BranchScmResult |
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) |
executeBranchCommand, executeCommandexecute, getLogger, setLoggerpublic AbstractCvsBranchCommand()
protected ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branchName, String message) throws ScmException
executeBranchCommand in class AbstractBranchCommandScmExceptionprotected abstract BranchScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
ScmExceptionCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.