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
- Author:
 - thurner rupert
 
- 
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResultexecuteRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message) Methods inherited from class org.apache.maven.scm.command.remove.AbstractRemoveCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute 
- 
Constructor Details
- 
HgRemoveCommand
public HgRemoveCommand() 
 - 
 - 
Method Details
- 
executeRemoveCommand
protected ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message) throws ScmException - Specified by:
 executeRemoveCommandin classAbstractRemoveCommand- Throws:
 ScmException
 
 -