public class VssCheckOutCommand extends AbstractCheckOutCommand
| Constructor and Description |
|---|
VssCheckOutCommand() |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.plexus.util.cli.Commandline |
buildCmdLine(VssScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
protected CheckOutScmResult |
executeCheckOutCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
Execute Check out command line.
|
executeCheckOutCommand, executeCommandexecute, getLogger, setLoggerprotected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive) throws ScmException
executeCheckOutCommand in class AbstractCheckOutCommandrepository - not nullfileSet - not nullversion - not nullrecursive - true if recursive check out is wanted, false otherwise.ScmException - if anypublic org.codehaus.plexus.util.cli.Commandline buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException
ScmExceptionCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.