public class AccuRevCheckOutWorkspaceCommand extends AbstractCheckOutCommand implements BaseAccuRevCheckOutCommand
| Constructor and Description |
|---|
AccuRevCheckOutWorkspaceCommand(String executable) |
| Modifier and Type | Method and Description |
|---|---|
protected org.codehaus.plexus.util.cli.Commandline |
createMakeWorkspaceCommandLine(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version) |
protected org.codehaus.plexus.util.cli.Commandline |
createUpdateWorkspaceCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version) |
protected CheckOutScmResult |
executeCheckOutCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
Execute Check out command line.
|
String |
getMethodName() |
executeCheckOutCommand, executeCommandexecute, getLogger, setLoggerpublic AccuRevCheckOutWorkspaceCommand(String executable)
public String getMethodName()
getMethodName in interface BaseAccuRevCheckOutCommandprotected 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 anyprotected org.codehaus.plexus.util.cli.Commandline createUpdateWorkspaceCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
protected org.codehaus.plexus.util.cli.Commandline createMakeWorkspaceCommandLine(AccuRevScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
Copyright © 2003–2014. All rights reserved.