org.apache.maven.scm.command.remove
Class AbstractRemoveCommand

java.lang.Object
  extended byorg.apache.maven.scm.command.AbstractCommand
      extended byorg.apache.maven.scm.command.remove.AbstractRemoveCommand
All Implemented Interfaces:
Command

public abstract class AbstractRemoveCommand
extends AbstractCommand

Version:
$Id: AbstractRemoveCommand.java 224674 2005-07-24 23:27:38Z evenisse $
Author:
Emmanuel Venisse, Trygve Laugstøl

Field Summary
 
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractRemoveCommand()
           
 
Method Summary
protected  ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
protected abstract  ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message)
           
 
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

AbstractRemoveCommand

public AbstractRemoveCommand()
Method Detail

executeRemoveCommand

protected abstract ScmResult executeRemoveCommand(ScmProviderRepository repository,
                                                  ScmFileSet fileSet,
                                                  java.lang.String message)
                                           throws ScmException
Throws:
ScmException

executeCommand

protected ScmResult executeCommand(ScmProviderRepository repository,
                                   ScmFileSet fileSet,
                                   CommandParameters parameters)
                            throws ScmException
Specified by:
executeCommand in class AbstractCommand
Throws:
ScmException