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 list
command )
-
-
Constructor Summary
Constructors Constructor Description SvnListCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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-
Methods inherited from class org.apache.maven.scm.command.list.AbstractListCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeListCommand
protected ListScmResult executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) throws ScmException
List contents of the remote repository- Specified by:
executeListCommand
in classAbstractListCommand
- Parameters:
repository
- what to listfileSet
- the files to listrecursive
- whether list should return subfolder listing- Returns:
- the list of files
- Throws:
ScmException
-
createCommandLine
static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
-
-