public abstract class AbstractCvsListCommand extends AbstractListCommand implements CvsCommand
| Constructor and Description |
|---|
AbstractCvsListCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ListScmResult |
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) |
protected ListScmResult |
executeListCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List contents of the remote repository
|
executeCommandexecute, getLogger, setLoggerpublic AbstractCvsListCommand()
protected ListScmResult executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version) throws ScmException
executeListCommand in class AbstractListCommandrepo - what to listfileSet - the files to listrecursive - whether list should return subfolder listingversion - TODOScmException - if anyprotected abstract ListScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
ScmExceptionCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.