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) |
executeCommandexecute, getLogger, setLoggerprotected 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 listingScmExceptionprivate ListScmResult executeListCommand1(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version, java.lang.Boolean supD) throws ScmException
ScmExceptionprotected abstract ListScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
ScmException