com.perforce.maven.scm.provider.p4.command.list
Class P4ListCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.list.AbstractListCommand
          extended by com.perforce.maven.scm.provider.p4.command.list.P4ListCommand
All Implemented Interfaces:
P4Command, org.apache.maven.scm.command.Command

public class P4ListCommand
extends org.apache.maven.scm.command.list.AbstractListCommand
implements P4Command

The class uses the Perforce files command to List details about specified files: depot file name, revision, file, type, change action and changelist number of the current head revision.


Field Summary
static String command
          The Constant command.
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
P4ListCommand()
           
 
Method Summary
protected  org.apache.maven.scm.command.list.ListScmResult executeListCommand(org.apache.maven.scm.provider.ScmProviderRepository repo, org.apache.maven.scm.ScmFileSet files, boolean recursive, org.apache.maven.scm.ScmVersion scmVersion)
           
 
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
 
Methods inherited from interface org.apache.maven.scm.command.Command
execute, getLogger, setLogger
 

Field Detail

command

public static final String command
The Constant command.

See Also:
Constant Field Values
Constructor Detail

P4ListCommand

public P4ListCommand()
Method Detail

executeListCommand

protected org.apache.maven.scm.command.list.ListScmResult executeListCommand(org.apache.maven.scm.provider.ScmProviderRepository repo,
                                                                             org.apache.maven.scm.ScmFileSet files,
                                                                             boolean recursive,
                                                                             org.apache.maven.scm.ScmVersion scmVersion)
                                                                      throws org.apache.maven.scm.ScmException
Specified by:
executeListCommand in class org.apache.maven.scm.command.list.AbstractListCommand
Throws:
org.apache.maven.scm.ScmException
See Also:
executeListCommand(org.apache.maven.scm.provider.ScmProviderRepository, org.apache.maven.scm.ScmFileSet, boolean, org.apache.maven.scm.ScmVersion)


Copyright © 2003-2011 Perforce Software. All Rights Reserved.