Class AbstractBranchCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.branch.AbstractBranchCommand
 
 
- 
- All Implemented Interfaces:
- Command
 - Direct Known Subclasses:
- GitBranchCommand,- HgBranchCommand,- JGitBranchCommand,- SvnBranchCommand
 
 public abstract class AbstractBranchCommand extends AbstractCommand - Author:
- Emmanuel Venisse, Trygve Laugstøl
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractBranchCommand()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract ScmResultexecuteBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, String message)protected ScmResultexecuteBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters)Default impl to provide backward comp.ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)- 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractBranchCommandpublic AbstractBranchCommand() 
 
- 
 - 
Method Detail- 
executeBranchCommandprotected abstract ScmResult executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, String message) throws ScmException - Throws:
- ScmException
 
 - 
executeBranchCommandprotected ScmResult executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters) throws ScmException Default impl to provide backward comp.- Parameters:
- repository- TODO
- fileSet- TODO
- branchName- TODO
- scmBranchParameters- TODO
- Returns:
- TODO
- Throws:
- ScmException- if any
- Since:
- 1.3
 
 - 
executeCommandpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
- executeCommandin class- AbstractCommand
- Throws:
- ScmException
 
 
- 
 
-