public class LocalCheckOutCommand extends AbstractCheckOutCommand implements LocalCommand
| Constructor and Description |
|---|
LocalCheckOutCommand() |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<ScmFile> |
checkOut(java.io.File source,
java.io.File baseDestination,
java.util.List<java.io.File> files,
java.lang.String module) |
protected CheckOutScmResult |
executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive,
boolean shallow)
Execute Check out command line.
|
executeCheckOutCommand, executeCommandexecute, getLogger, setLoggerprotected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow) throws ScmException
executeCheckOutCommand in class AbstractCheckOutCommandrepo - not nullfileSet - not nullversion - not nullrecursive - true if recursive check out is wanted, false otherwise.shallow - true if shallow check out is wanted, false otherwise.ScmException - if anyprivate java.util.List<ScmFile> checkOut(java.io.File source, java.io.File baseDestination, java.util.List<java.io.File> files, java.lang.String module) throws ScmException, java.io.IOException
ScmExceptionjava.io.IOException