Class HgListCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.list.AbstractListCommand
org.apache.maven.scm.provider.hg.command.inventory.HgListCommand
- All Implemented Interfaces:
Command
Get a list of all files in the repository
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ListScmResult
executeListCommand
(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion) List contents of the remote repositoryMethods inherited from class org.apache.maven.scm.command.list.AbstractListCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
HgListCommand
public HgListCommand()
-
-
Method Details
-
executeListCommand
protected ListScmResult executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion) throws ScmException List contents of the remote repository- Specified by:
executeListCommand
in classAbstractListCommand
- Parameters:
repository
- what to listfileSet
- the files to listrecursive
- whether list should return subfolder listing- Returns:
- the list of files
- Throws:
ScmException
-