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
|
executeCommand
execute, getLogger, setLogger
protected ListScmResult executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) throws ScmException
executeListCommand
in class AbstractListCommand
repository
- what to listfileSet
- the files to listrecursive
- whether list should return subfolder listingScmException
static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)