org.apache.maven.scm.provider.perforce.command.remove
Class PerforceRemoveCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.remove.AbstractRemoveCommand
          extended by org.apache.maven.scm.provider.perforce.command.remove.PerforceRemoveCommand
All Implemented Interfaces:
Command, PerforceCommand

public class PerforceRemoveCommand
extends AbstractRemoveCommand
implements PerforceCommand

Version:
$Id: PerforceRemoveCommand.java 1090546 2011-04-09 08:29:33Z olamy $
Author:
Mike Perham, Olivier Lamy

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

PerforceRemoveCommand

public PerforceRemoveCommand()
Method Detail

executeRemoveCommand

protected ScmResult executeRemoveCommand(ScmProviderRepository repo,
                                         ScmFileSet files,
                                         String message)
                                  throws ScmException

Specified by:
executeRemoveCommand in class AbstractRemoveCommand
Throws:
ScmException

createCommandLine

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


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