Class JGitListCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.list.AbstractListCommand
-
- org.apache.maven.scm.provider.git.jgit.command.list.JGitListCommand
-
- All Implemented Interfaces:
Command
,GitCommand
public class JGitListCommand extends AbstractListCommand implements GitCommand
- Since:
- 1.9
- Author:
- Dominik Bartholdi (imod)
-
-
Constructor Summary
Constructors Constructor Description JGitListCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ListScmResult
executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)
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 scmVersion) throws ScmException
Description copied from class:AbstractListCommand
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 listing- Returns:
- the list of files
- Throws:
ScmException
-
-