Class JGitDiffCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.diff.AbstractDiffCommand
- 
- org.apache.maven.scm.provider.git.jgit.command.diff.JGitDiffCommand
 
 
 
- 
- All Implemented Interfaces:
- Command,- GitCommand
 
 public class JGitDiffCommand extends AbstractDiffCommand implements GitCommand - Since:
- 1.9
- Author:
- Dominik Bartholdi (imod)
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description JGitDiffCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DiffScmResultcallDiff(org.eclipse.jgit.api.Git git, ScmVersion startRevision, ScmVersion endRevision)protected DiffScmResultexecuteDiffCommand(ScmProviderRepository repository, 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- 
JGitDiffCommandpublic JGitDiffCommand() 
 
- 
 - 
Method Detail- 
executeDiffCommandprotected DiffScmResult executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException - Specified by:
- executeDiffCommandin class- AbstractDiffCommand
- Throws:
- ScmException
 
 - 
callDiffpublic DiffScmResult callDiff(org.eclipse.jgit.api.Git git, ScmVersion startRevision, ScmVersion endRevision) throws IOException, org.eclipse.jgit.api.errors.GitAPIException, ScmException - Throws:
- IOException
- org.eclipse.jgit.api.errors.GitAPIException
- ScmException
 
 
- 
 
-