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,CvsJavaListCommand
public abstract class AbstractCvsListCommand extends AbstractListCommand implements CvsCommand
- Author:
- Kenney Westerhof
-
-
Constructor Summary
Constructors Constructor Description AbstractCvsListCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract ListScmResultexecuteCvsCommand(org.codehaus.plexus.util.cli.Commandline cl)protected ListScmResultexecuteListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version)List contents of the remote repository-
Methods inherited from class org.apache.maven.scm.command.list.AbstractListCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
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 listing- Returns:
- the list of files
- Throws:
ScmException
-
executeCvsCommand
protected abstract ListScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
- Throws:
ScmException
-
-