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) |
executeCommandexecute, getLogger, setLoggerprotected ListScmResult executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version) throws ScmException
executeListCommand in class AbstractListCommandrepo - what to listfileSet - the files to listrecursive - whether list should return subfolder listingScmExceptionprivate java.util.List<ScmFile> getFiles(java.io.File source, java.io.File directory, boolean recursive) throws java.lang.Exception
java.lang.Exception