Class HgDiffCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.diff.AbstractDiffCommand
org.apache.maven.scm.provider.hg.command.diff.HgDiffCommand
- 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 DiffScmResultexecuteDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) Methods inherited from class org.apache.maven.scm.command.diff.AbstractDiffCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute 
- 
Constructor Details
- 
HgDiffCommand
public HgDiffCommand() 
 - 
 - 
Method Details
- 
executeDiffCommand
protected DiffScmResult executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException - Specified by:
 executeDiffCommandin classAbstractDiffCommand- Throws:
 ScmException
 
 -