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
 
 public class HgDiffCommand extends AbstractDiffCommand implements Command - Author:
- thurner rupert
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description HgDiffCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DiffScmResultexecuteDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)- 
Methods inherited from class org.apache.maven.scm.command.diff.AbstractDiffCommandexecuteCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
HgDiffCommandpublic HgDiffCommand() 
 
- 
 - 
Method Detail- 
executeDiffCommandprotected DiffScmResult executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException - Specified by:
- executeDiffCommandin class- AbstractDiffCommand
- Throws:
- ScmException
 
 
- 
 
-