public class StarteamCheckOutCommand extends AbstractCheckOutCommand implements StarteamCommand
Constructor and Description |
---|
StarteamCheckOutCommand() |
Modifier and Type | Method and Description |
---|---|
static Commandline |
createCommandLine(StarteamScmProviderRepository repo,
ScmFileSet baseDir,
ScmVersion version) |
protected CheckOutScmResult |
executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
Execute Check out command line.
|
executeCheckOutCommand, executeCommand
execute, getLogger, setLogger
public StarteamCheckOutCommand()
protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive) throws ScmException
executeCheckOutCommand
in class AbstractCheckOutCommand
repo
- not nullfileSet
- not nullversion
- not nullrecursive
- true
if recursive check out is wanted, false
otherwise.ScmException
- if anypublic static Commandline createCommandLine(StarteamScmProviderRepository repo, ScmFileSet baseDir, ScmVersion version)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.