public abstract class AbstractCvsListCommand extends AbstractListCommand implements CvsCommand
Modifier and Type | Field and Description |
---|---|
private static java.lang.Boolean |
rlsSUPPORTSD |
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
|
private ListScmResult |
executeListCommand1(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version,
java.lang.Boolean supD) |
executeCommand
execute, getLogger, setLogger
protected ListScmResult executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version) throws ScmException
executeListCommand
in class AbstractListCommand
repo
- what to listfileSet
- the files to listrecursive
- whether list should return subfolder listingScmException
private ListScmResult executeListCommand1(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version, java.lang.Boolean supD) throws ScmException
ScmException
protected abstract ListScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
ScmException