public class SvnCheckOutCommand extends AbstractCheckOutCommand implements SvnCommand
logger
Constructor and Description |
---|
SvnCheckOutCommand() |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmVersion version,
String url)
Create SVN check out command line in a recursive way.
|
static org.codehaus.plexus.util.cli.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, executeCommand
execute
public SvnCheckOutCommand()
protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow) throws ScmException
executeCheckOutCommand
in class AbstractCheckOutCommand
repo
- 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 org.codehaus.plexus.util.cli.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 org.codehaus.plexus.util.cli.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–2024 The Apache Software Foundation. All rights reserved.