Class HgRemoveCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.remove.AbstractRemoveCommand
- 
- org.apache.maven.scm.provider.hg.command.remove.HgRemoveCommand
 
 
 
- 
- All Implemented Interfaces:
- Command
 
 public class HgRemoveCommand extends AbstractRemoveCommand implements Command - Author:
- thurner rupert
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description HgRemoveCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScmResultexecuteRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)- 
Methods inherited from class org.apache.maven.scm.command.remove.AbstractRemoveCommandexecuteCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
HgRemoveCommandpublic HgRemoveCommand() 
 
- 
 - 
Method Detail- 
executeRemoveCommandprotected ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message) throws ScmException - Specified by:
- executeRemoveCommandin class- AbstractRemoveCommand
- Throws:
- ScmException
 
 
- 
 
-