public class SvnListCommand extends AbstractListCommand implements SvnCommand
svn list command )| Modifier and Type | Field and Description |
|---|---|
private static java.io.File |
TMP_DIR |
| Constructor and Description |
|---|
SvnListCommand() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(SvnScmProviderRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version) |
protected ListScmResult |
executeListCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List contents of the remote repository
|
executeCommandexecute, getLogger, setLoggerprotected ListScmResult executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) throws ScmException
executeListCommand in class AbstractListCommandrepository - what to listfileSet - the files to listrecursive - whether list should return subfolder listingScmExceptionstatic org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)