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
public class HgListCommand extends AbstractListCommand implements Command
Get a list of all files in the repository.- Author:
- ryan daum
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description HgListCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ListScmResultexecuteListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)-
Methods inherited from class org.apache.maven.scm.command.list.AbstractListCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Constructor Detail
-
HgListCommand
public HgListCommand()
-
-
Method Detail
-
executeListCommand
protected ListScmResult executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion) throws ScmException
- Specified by:
executeListCommandin classAbstractListCommand- Throws:
ScmException
-
-