org.apache.maven.scm.provider.perforce.command.status
Class PerforceStatusCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.status.AbstractStatusCommand
          extended by org.apache.maven.scm.provider.perforce.command.status.PerforceStatusCommand
All Implemented Interfaces:
Command, PerforceCommand

public class PerforceStatusCommand
extends AbstractStatusCommand
implements PerforceCommand

Version:
$Id: PerforceStatusCommand.java 1306867 2012-03-29 13:45:10Z olamy $
Author:
Mike Perham

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
PerforceStatusCommand()
           
 
Method Summary
static Commandline createOpenedCommandLine(PerforceScmProviderRepository repo, File workingDirectory, String location)
           
static List<ScmFile> createResults(String repoPath, PerforceStatusConsumer consumer)
           
protected  StatusScmResult executeStatusCommand(ScmProviderRepository repo, ScmFileSet files)
          
 
Methods inherited from class org.apache.maven.scm.command.status.AbstractStatusCommand
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

PerforceStatusCommand

public PerforceStatusCommand()
Method Detail

executeStatusCommand

protected StatusScmResult executeStatusCommand(ScmProviderRepository repo,
                                               ScmFileSet files)
                                        throws ScmException

Specified by:
executeStatusCommand in class AbstractStatusCommand
Throws:
ScmException

createResults

public static List<ScmFile> createResults(String repoPath,
                                          PerforceStatusConsumer consumer)

createOpenedCommandLine

public static Commandline createOpenedCommandLine(PerforceScmProviderRepository repo,
                                                  File workingDirectory,
                                                  String location)


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