org.apache.maven.scm.provider.perforce.command.unedit
Class PerforceUnEditCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.unedit.AbstractUnEditCommand
          extended by org.apache.maven.scm.provider.perforce.command.unedit.PerforceUnEditCommand
All Implemented Interfaces:
Command, PerforceCommand

public class PerforceUnEditCommand
extends AbstractUnEditCommand
implements PerforceCommand

Version:
$Id: PerforceUnEditCommand.java 1306867 2012-03-29 13:45:10Z olamy $
Author:
Mike Perham, Olivier Lamy

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

PerforceUnEditCommand

public PerforceUnEditCommand()
Method Detail

executeUnEditCommand

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

Specified by:
executeUnEditCommand in class AbstractUnEditCommand
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(PerforceScmProviderRepository repo,
                                            File workingDirectory,
                                            ScmFileSet files)


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