Class HgCheckOutCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
- 
- org.apache.maven.scm.provider.hg.command.checkout.HgCheckOutCommand
 
 
 
- 
- All Implemented Interfaces:
- Command
 
 public class HgCheckOutCommand extends AbstractCheckOutCommand implements Command - Author:
- thurner rupert, Olivier Lamy
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description HgCheckOutCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CheckOutScmResultexecuteCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive, boolean shallow)Execute Check out command line.- 
Methods inherited from class org.apache.maven.scm.command.checkout.AbstractCheckOutCommandexecuteCheckOutCommand, executeCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
HgCheckOutCommandpublic HgCheckOutCommand() 
 
- 
 - 
Method Detail- 
executeCheckOutCommandprotected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive, boolean shallow) throws ScmException Execute Check out command line.- Specified by:
- executeCheckOutCommandin class- AbstractCheckOutCommand
- Parameters:
- repo- not null
- fileSet- not null
- scmVersion- not null
- recursive-- trueif recursive check out is wanted,- falseotherwise
- shallow-- trueif shallow check out is wanted,- falseotherwise
- Returns:
- the checkout result
- Throws:
- ScmException- if any
 
 
- 
 
-