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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static 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 repositoryMethods inherited from class org.apache.maven.scm.command.list.AbstractListCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Field Details
-
TMP_DIR
-
-
Constructor Details
-
SvnListCommand
public SvnListCommand()
-
-
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
static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
-