Class AbstractCvsListCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.list.AbstractListCommand
org.apache.maven.scm.provider.cvslib.command.list.AbstractCvsListCommand
- All Implemented Interfaces:
Command,CvsCommand
- Direct Known Subclasses:
CvsExeListCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ListScmResultexecuteCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) protected ListScmResultexecuteListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version) List contents of the remote repositoryprivate ListScmResultexecuteListCommand1(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version, Boolean supD) Methods inherited from class org.apache.maven.scm.command.list.AbstractListCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Field Details
-
rlsSUPPORTSD
-
-
Constructor Details
-
AbstractCvsListCommand
public AbstractCvsListCommand()
-
-
Method Details
-
executeListCommand
protected ListScmResult executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version) throws ScmException List contents of the remote repository- Specified by:
executeListCommandin classAbstractListCommand- Parameters:
repo- what to listfileSet- the files to listrecursive- whether list should return subfolder listingversion- TODO- Returns:
- the list of files
- Throws:
ScmException- if any
-
executeListCommand1
private ListScmResult executeListCommand1(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version, Boolean supD) throws ScmException - Throws:
ScmException
-
executeCvsCommand
protected abstract ListScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException - Throws:
ScmException
-