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, executeCommand
execute, getLogger, setLogger
public AccuRevCheckOutUsingPopCommand(String executable)
public String getMethodName()
getMethodName
in interface BaseAccuRevCheckOutCommand
protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive) throws ScmException
executeCheckOutCommand
in class AbstractCheckOutCommand
repository
- 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.