public class AccuRevCheckOutUsingPopCommand extends AbstractCheckOutCommand implements BaseAccuRevCheckOutCommand
| Constructor and Description |
|---|
AccuRevCheckOutUsingPopCommand(String executable) |
| Modifier and Type | Method and Description |
|---|---|
protected org.codehaus.plexus.util.cli.Commandline |
createPopStreamCommand(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 AccuRevCheckOutUsingPopCommand(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 createPopStreamCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
Copyright © 2003–2014. All rights reserved.