Class JazzListCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.list.AbstractListCommand
-
- org.apache.maven.scm.provider.jazz.command.list.JazzListCommand
-
- All Implemented Interfaces:
Command
public class JazzListCommand extends AbstractListCommand
-
-
Constructor Summary
Constructors Constructor Description JazzListCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JazzScmCommand
createListCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version)
protected ListScmResult
executeListCommand(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:
executeListCommand
in 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
-
createListCommand
public JazzScmCommand createListCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version)
-
-