org.apache.maven.scm.provider.integrity.command.remove
Class IntegrityRemoveCommand

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.integrity.command.remove.IntegrityRemoveCommand
All Implemented Interfaces:
Command

public class IntegrityRemoveCommand
extends AbstractRemoveCommand

MKS Integrity implementation for Maven's AbstractRemoveCommand
This command will remove the registry entry for the current Sandbox

Since:
1.6
Version:
$Id: IntegrityRemoveCommand.java 1.3 2011/08/22 13:06:35EDT Cletus D'Souza (dsouza) Exp $
Author:
Cletus D'Souza

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
IntegrityRemoveCommand()
           
 
Method Summary
 RemoveScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, 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

IntegrityRemoveCommand

public IntegrityRemoveCommand()
Method Detail

executeRemoveCommand

public RemoveScmResult executeRemoveCommand(ScmProviderRepository repository,
                                            ScmFileSet fileSet,
                                            String message)
                                     throws ScmException

Specified by:
executeRemoveCommand in class AbstractRemoveCommand
Throws:
ScmException


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