org.apache.maven.scm.provider.perforce.command.update
Class PerforceUpdateCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.update.AbstractUpdateCommand
          extended by org.apache.maven.scm.provider.perforce.command.update.PerforceUpdateCommand
All Implemented Interfaces:
Command, PerforceCommand

public class PerforceUpdateCommand
extends AbstractUpdateCommand
implements PerforceCommand

Version:
$Id: PerforceUpdateCommand.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
PerforceUpdateCommand()
           
 
Method Summary
static Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDirectory, String clientspec)
           
protected  UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet files, ScmVersion scmVersion)
          
protected  ChangeLogCommand getChangeLogCommand()
          
 
Methods inherited from class org.apache.maven.scm.command.update.AbstractUpdateCommand
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

PerforceUpdateCommand

public PerforceUpdateCommand()
Method Detail

executeUpdateCommand

protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo,
                                               ScmFileSet files,
                                               ScmVersion scmVersion)
                                        throws ScmException

Specified by:
executeUpdateCommand in class AbstractUpdateCommand
Throws:
ScmException

getChangeLogCommand

protected ChangeLogCommand getChangeLogCommand()

Specified by:
getChangeLogCommand in class AbstractUpdateCommand

createCommandLine

public static Commandline createCommandLine(PerforceScmProviderRepository repo,
                                            File workingDirectory,
                                            String clientspec)


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