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(Commandline cl) |
executeBranchCommand, executeCommand
execute, getLogger, setLogger
public AbstractCvsBranchCommand()
protected ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branchName, String message) throws ScmException
executeBranchCommand
in class AbstractBranchCommand
ScmException
protected abstract BranchScmResult executeCvsCommand(Commandline cl) throws ScmException
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.