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.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description HgDiffCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DiffScmResult
executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)
-
Methods inherited from class org.apache.maven.scm.command.diff.AbstractDiffCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Constructor Detail
-
HgDiffCommand
public HgDiffCommand()
-
-
Method Detail
-
executeDiffCommand
protected DiffScmResult executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException
- Specified by:
executeDiffCommand
in classAbstractDiffCommand
- Throws:
ScmException
-
-