public class LocalListCommand extends AbstractListCommand
Constructor and Description |
---|
LocalListCommand() |
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
executeListCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List contents of the remote repository
|
private java.util.List<ScmFile> |
getFiles(java.io.File source,
java.io.File directory,
boolean recursive) |
executeCommand
execute, getLogger, setLogger
protected ListScmResult executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version) throws ScmException
executeListCommand
in class AbstractListCommand
repo
- what to listfileSet
- the files to listrecursive
- whether list should return subfolder listingScmException
private java.util.List<ScmFile> getFiles(java.io.File source, java.io.File directory, boolean recursive) throws java.lang.Exception
java.lang.Exception