Class AbstractRemoveCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.remove.AbstractRemoveCommand
 
 
- 
- All Implemented Interfaces:
- Command
 - Direct Known Subclasses:
- GitRemoveCommand,- HgRemoveCommand,- JGitRemoveCommand,- SvnRemoveCommand
 
 public abstract class AbstractRemoveCommand extends AbstractCommand - Author:
- Emmanuel Venisse, Trygve Laugstøl
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractRemoveCommand()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)protected abstract ScmResultexecuteRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)- 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractRemoveCommandpublic AbstractRemoveCommand() 
 
- 
 - 
Method Detail- 
executeRemoveCommandprotected abstract ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message) throws ScmException - Throws:
- ScmException
 
 - 
executeCommandprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
- executeCommandin class- AbstractCommand
- Throws:
- ScmException
 
 
- 
 
-