com.perforce.maven.scm.provider.p4.command.remove
Class P4RemoveCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.remove.AbstractRemoveCommand
          extended by com.perforce.maven.scm.provider.p4.command.remove.P4RemoveCommand
All Implemented Interfaces:
P4Command, org.apache.maven.scm.command.Command

public class P4RemoveCommand
extends org.apache.maven.scm.command.remove.AbstractRemoveCommand
implements P4Command

The class uses the Perforce delete command to open existing files for deletion from the depot.


Field Summary
static String command
          The Constant command.
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
P4RemoveCommand()
           
 
Method Summary
protected  org.apache.maven.scm.ScmResult executeRemoveCommand(org.apache.maven.scm.provider.ScmProviderRepository repo, org.apache.maven.scm.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
 
Methods inherited from interface org.apache.maven.scm.command.Command
execute, getLogger, setLogger
 

Field Detail

command

public static final String command
The Constant command.

See Also:
Constant Field Values
Constructor Detail

P4RemoveCommand

public P4RemoveCommand()
Method Detail

executeRemoveCommand

protected org.apache.maven.scm.ScmResult executeRemoveCommand(org.apache.maven.scm.provider.ScmProviderRepository repo,
                                                              org.apache.maven.scm.ScmFileSet files,
                                                              String message)
                                                       throws org.apache.maven.scm.ScmException
Specified by:
executeRemoveCommand in class org.apache.maven.scm.command.remove.AbstractRemoveCommand
Throws:
org.apache.maven.scm.ScmException
See Also:
executeRemoveCommand(org.apache.maven.scm.provider.ScmProviderRepository, org.apache.maven.scm.ScmFileSet, java.lang.String)


Copyright © 2003-2011 Perforce Software. All Rights Reserved.