Class LocalListCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.list.AbstractListCommand
org.apache.maven.scm.provider.local.command.list.LocalListCommand
- All Implemented Interfaces:
Command
-
Field Summary
Fields inherited from class AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ListScmResultexecuteListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version) List contents of the remote repository.Methods inherited from class AbstractListCommand
executeCommandMethods inherited from class AbstractCommand
execute
-
Constructor Details
-
LocalListCommand
public LocalListCommand()
-
-
Method Details
-
executeListCommand
protected ListScmResult executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version) throws ScmException List contents of the remote repository.- Specified by:
executeListCommandin classAbstractListCommand- Parameters:
repo- what to listfileSet- the files to listrecursive- whether list should return subfolder listingversion- TODO- Returns:
- the list of files
- Throws:
ScmException- if any
-
getFiles
- Throws:
IOException
-