public abstract class AbstractCvsCheckOutCommand extends AbstractCheckOutCommand implements CvsCommand
Constructor and Description |
---|
AbstractCvsCheckOutCommand() |
Modifier and Type | Method and Description |
---|---|
protected CheckOutScmResult |
executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive,
boolean shallow)
The overriden
executeCommand(ScmProviderRepository, ScmFileSet, CommandParameters)
in this class will not call this method! |
ScmResult |
executeCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract CheckOutScmResult |
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) |
executeCheckOutCommand
execute, getLogger, setLogger
public AbstractCvsCheckOutCommand()
protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow) throws ScmException
executeCommand(ScmProviderRepository, ScmFileSet, CommandParameters)
in this class will not call this method!
Execute Check out command line.
executeCheckOutCommand
in class AbstractCheckOutCommand
repo
- not nullfileSet
- not nullversion
- not nullrecursive
- true
if recursive check out is wanted, false
otherwise.shallow
- true
if shallow check out is wanted, false
otherwise.ScmException
- if anypublic ScmResult executeCommand(ScmProviderRepository repo, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
AbstractCheckOutCommand
executeCommand
in class AbstractCheckOutCommand
ScmException
protected abstract CheckOutScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
ScmException
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.