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
public abstract class AbstractCvsBranchCommand extends AbstractBranchCommand implements CvsCommand
-
-
Constructor Summary
Constructors Constructor Description AbstractCvsBranchCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected ScmResult
executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branchName, java.lang.String message)
protected abstract BranchScmResult
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl)
-
Methods inherited from class org.apache.maven.scm.command.branch.AbstractBranchCommand
executeBranchCommand, executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeBranchCommand
protected ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branchName, java.lang.String message) throws ScmException
- Specified by:
executeBranchCommand
in classAbstractBranchCommand
- Throws:
ScmException
-
executeCvsCommand
protected abstract BranchScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
- Throws:
ScmException
-
-