public class SvnCheckOutCommand extends AbstractCheckOutCommand implements SvnCommand
| Constructor and Description |
|---|
SvnCheckOutCommand() |
| Modifier and Type | Method and Description |
|---|---|
static Commandline |
createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmVersion version,
String url)
Create SVN check out command line in a recursive way.
|
static Commandline |
createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmVersion version,
String url,
boolean recursive)
Create SVN check out command line.
|
protected CheckOutScmResult |
executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive,
boolean shallow)
Execute Check out command line.
|
executeCheckOutCommand, executeCommandexecute, getLogger, setLoggerpublic SvnCheckOutCommand()
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 anypublic static Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmVersion version, String url)
repository - not nullworkingDirectory - not nullversion - not nullurl - not nullcreateCommandLine(SvnScmProviderRepository, File, ScmVersion, String, boolean)public static Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmVersion version, String url, boolean recursive)
repository - not nullworkingDirectory - not nullversion - not nullurl - not nullrecursive - true if recursive check out is wanted, false otherwise.Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.