Class AbstractListCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.list.AbstractListCommand
 
 
- 
- All Implemented Interfaces:
- Command
 - Direct Known Subclasses:
- HgListCommand,- JGitListCommand,- LocalListCommand,- SvnListCommand
 
 public abstract class AbstractListCommand extends AbstractCommand - Author:
- Carlos Sanchez
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractListCommand()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)protected abstract ListScmResultexecuteListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)List contents of the remote repository.- 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractListCommandpublic AbstractListCommand() 
 
- 
 - 
Method Detail- 
executeListCommandprotected abstract ListScmResult executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion) throws ScmException List contents of the remote repository.- Parameters:
- repository- what to list
- fileSet- the files to list
- recursive- whether list should return subfolder listing
- scmVersion- TODO
- Returns:
- the list of files
- Throws:
- ScmException- if any
 
 - 
executeCommandpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
- executeCommandin class- AbstractCommand
- Throws:
- ScmException
 
 
- 
 
-