org.apache.maven.scm.provider.perforce.command.edit
Class PerforceEditCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.edit.AbstractEditCommand
          extended by org.apache.maven.scm.provider.perforce.command.edit.PerforceEditCommand
All Implemented Interfaces:
Command, PerforceCommand

public class PerforceEditCommand
extends AbstractEditCommand
implements PerforceCommand

Version:
$Id: PerforceEditCommand.java 1352801 2012-06-22 08:33:37Z olamy $
Author:
Mike Perham

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
PerforceEditCommand()
           
 
Method Summary
static Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDirectory, ScmFileSet files)
           
protected  ScmResult executeEditCommand(ScmProviderRepository repo, ScmFileSet files)
          
 
Methods inherited from class org.apache.maven.scm.command.edit.AbstractEditCommand
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

PerforceEditCommand

public PerforceEditCommand()
Method Detail

executeEditCommand

protected ScmResult executeEditCommand(ScmProviderRepository repo,
                                       ScmFileSet files)
                                throws ScmException

Specified by:
executeEditCommand in class AbstractEditCommand
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(PerforceScmProviderRepository repo,
                                            File workingDirectory,
                                            ScmFileSet files)
                                     throws ScmException
Throws:
ScmException


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