Class TfsListCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.list.AbstractListCommand
org.apache.maven.scm.provider.tfs.command.TfsListCommand
- All Implemented Interfaces:
Command
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCommand
(ScmProviderRepository r, ScmFileSet f, boolean recursive) protected ListScmResult
executeListCommand
(ScmProviderRepository r, ScmFileSet f, boolean recursive, ScmVersion v) List contents of the remote repositoryMethods inherited from class org.apache.maven.scm.command.list.AbstractListCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
TfsListCommand
public TfsListCommand()
-
-
Method Details
-
executeListCommand
protected ListScmResult executeListCommand(ScmProviderRepository r, ScmFileSet f, boolean recursive, ScmVersion v) throws ScmException Description copied from class:AbstractListCommand
List contents of the remote repository- Specified by:
executeListCommand
in classAbstractListCommand
- Parameters:
r
- what to listf
- the files to listrecursive
- whether list should return subfolder listing- Returns:
- the list of files
- Throws:
ScmException
-
createCommand
-