Class HgBranchCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.branch.AbstractBranchCommand
- 
- org.apache.maven.scm.provider.hg.command.branch.HgBranchCommand
 
 
 
- 
- All Implemented Interfaces:
- Command
 
 public class HgBranchCommand extends AbstractBranchCommand implements Command Branch. Mercurial has weird branches. After a branch is created, it must be committed to the server, otherwise the branch does not exist (yet) in the repository.- Author:
- Henning Schmiedehausen
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description HgBranchCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScmResultexecuteBranchCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String branch, String message)protected ScmResultexecuteBranchCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters)Default impl to provide backward comp.- 
Methods inherited from class org.apache.maven.scm.command.branch.AbstractBranchCommandexecuteCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
HgBranchCommandpublic HgBranchCommand() 
 
- 
 - 
Method Detail- 
executeBranchCommandprotected ScmResult executeBranchCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String branch, String message) throws ScmException - Specified by:
- executeBranchCommandin class- AbstractBranchCommand
- Throws:
- ScmException
 
 - 
executeBranchCommandprotected ScmResult executeBranchCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters) throws ScmException Default impl to provide backward comp.- Overrides:
- executeBranchCommandin class- AbstractBranchCommand
- Parameters:
- scmProviderRepository- TODO
- fileSet- TODO
- branch- TODO
- scmBranchParameters- TODO
- Returns:
- TODO
- Throws:
- ScmException- if any
 
 
- 
 
-