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) |
executeCheckOutCommandexecute, getLogger, setLoggerprotected 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!
executeCheckOutCommand in class AbstractCheckOutCommandScmExceptionpublic ScmResult executeCommand(ScmProviderRepository repo, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCheckOutCommandScmExceptionprotected abstract CheckOutScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
ScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.