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
public class TfsListCommand extends AbstractListCommand
-
-
Constructor Summary
Constructors Constructor Description TfsListCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TfsCommand
createCommand(ScmProviderRepository r, ScmFileSet f, boolean recursive)
protected ListScmResult
executeListCommand(ScmProviderRepository r, ScmFileSet f, boolean recursive, ScmVersion v)
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 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 listingv
- TODO- Returns:
- the list of files
- Throws:
ScmException
- if any
-
createCommand
public TfsCommand createCommand(ScmProviderRepository r, ScmFileSet f, boolean recursive)
-
-