org.apache.maven.scm.provider.integrity.command.list
Class IntegrityListCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.list.AbstractListCommand
          extended by org.apache.maven.scm.provider.integrity.command.list.IntegrityListCommand
All Implemented Interfaces:
Command

public class IntegrityListCommand
extends AbstractListCommand

MKS Integrity implementation for Maven's AbstractListCommand
This command will a 'si viewproject' command listing all the files in the project

Since:
1.6
Version:
$Id: IntegrityListCommand.java 1.4 2011/08/22 13:06:30EDT Cletus D'Souza (dsouza) Exp $
Author:
Cletus D'Souza

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
IntegrityListCommand()
           
 
Method Summary
 ListScmResult executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)
          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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrityListCommand

public IntegrityListCommand()
Method Detail

executeListCommand

public ListScmResult executeListCommand(ScmProviderRepository repository,
                                        ScmFileSet fileSet,
                                        boolean recursive,
                                        ScmVersion scmVersion)
                                 throws ScmException
List contents of the remote repository

Specified by:
executeListCommand in class AbstractListCommand
Parameters:
repository - what to list
fileSet - the files to list
recursive - whether list should return subfolder listing
Returns:
the list of files
Throws:
ScmException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.