Class SvnListCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.list.AbstractListCommand
org.apache.maven.scm.provider.svn.svnexe.command.list.SvnListCommand
- All Implemented Interfaces:
Command, SvnCommand
Command to list files in SVN (
svn list command )-
Field Summary
FieldsFields inherited from class AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) protected ListScmResultexecuteListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) List contents of the remote repository.Methods inherited from class AbstractListCommand
executeCommandMethods inherited from class AbstractCommand
execute
-
Field Details
-
TMP_DIR
-
interactive
private final boolean interactive
-
-
Constructor Details
-
SvnListCommand
public SvnListCommand(boolean interactive)
-
-
Method Details
-
executeListCommand
protected ListScmResult executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) throws ScmException List contents of the remote repository.- Specified by:
executeListCommandin classAbstractListCommand- Parameters:
repository- what to listfileSet- the files to listrecursive- whether list should return subfolder listingversion- TODO- Returns:
- the list of files
- Throws:
ScmException- if any
-
createCommandLine
org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
-