Class AbstractCvsBranchCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.branch.AbstractBranchCommand
org.apache.maven.scm.provider.cvslib.command.branch.AbstractCvsBranchCommand
- All Implemented Interfaces:
Command,CvsCommand
- Direct Known Subclasses:
CvsExeBranchCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResultexecuteBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branchName, String message) protected abstract BranchScmResultexecuteCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) Methods inherited from class org.apache.maven.scm.command.branch.AbstractBranchCommand
executeBranchCommand, executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
AbstractCvsBranchCommand
public AbstractCvsBranchCommand()
-
-
Method Details
-
executeBranchCommand
protected ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branchName, String message) throws ScmException - Specified by:
executeBranchCommandin classAbstractBranchCommand- Throws:
ScmException
-
executeCvsCommand
protected abstract BranchScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException - Throws:
ScmException
-