public class LocalCheckOutCommand extends AbstractCheckOutCommand implements LocalCommand
| Constructor and Description | 
|---|
LocalCheckOutCommand()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected CheckOutScmResult | 
executeCheckOutCommand(ScmProviderRepository repo,
                                            ScmFileSet fileSet,
                                            ScmVersion version,
                                            boolean recursive,
                                            boolean shallow)
Execute Check out command line. 
 | 
executeCheckOutCommand, executeCommandexecute, getLogger, setLoggerpublic LocalCheckOutCommand()
protected 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 anyCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.