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

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

public class PerforceUnEditCommand
extends org.apache.maven.scm.command.unedit.AbstractUnEditCommand
implements PerforceCommand

Version:
$Id: PerforceChangeLogCommand.java 264804 2005-08-30 16:09:04Z evenisse $
Author:
Mike Perham

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
PerforceUnEditCommand()
           
 
Method Summary
static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, org.apache.maven.scm.ScmFileSet files)
           
protected  org.apache.maven.scm.ScmResult executeUnEditCommand(org.apache.maven.scm.provider.ScmProviderRepository repo, org.apache.maven.scm.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 org.apache.maven.scm.ScmResult executeUnEditCommand(org.apache.maven.scm.provider.ScmProviderRepository repo,
                                                              org.apache.maven.scm.ScmFileSet files)
                                                       throws org.apache.maven.scm.ScmException
Throws:
org.apache.maven.scm.ScmException

createCommandLine

public static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo,
                                                                         java.io.File workingDirectory,
                                                                         org.apache.maven.scm.ScmFileSet files)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.