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
public class SvnListCommand extends AbstractListCommand implements SvnCommand
Command to list files in SVN (svn listcommand )
-
-
Field Summary
Fields Modifier and Type Field Description private booleaninteractiveprivate static java.io.FileTMP_DIR-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description SvnListCommand(boolean interactive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (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 org.apache.maven.scm.command.list.AbstractListCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Method Detail
-
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)
-
-