public class JGitDiffCommand extends AbstractDiffCommand implements GitCommand
| Constructor and Description |
|---|
JGitDiffCommand() |
| Modifier and Type | Method and Description |
|---|---|
DiffScmResult |
callDiff(org.eclipse.jgit.api.Git git,
ScmVersion startRevision,
ScmVersion endRevision) |
protected DiffScmResult |
executeDiffCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
private org.eclipse.jgit.treewalk.AbstractTreeIterator |
getTreeIterator(org.eclipse.jgit.lib.Repository repo,
java.lang.String name) |
executeCommandexecute, getLogger, setLoggerprotected DiffScmResult executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException
executeDiffCommand in class AbstractDiffCommandScmExceptionpublic DiffScmResult callDiff(org.eclipse.jgit.api.Git git, ScmVersion startRevision, ScmVersion endRevision) throws java.io.IOException, org.eclipse.jgit.api.errors.GitAPIException, ScmException
java.io.IOExceptionorg.eclipse.jgit.api.errors.GitAPIExceptionScmExceptionprivate org.eclipse.jgit.treewalk.AbstractTreeIterator getTreeIterator(org.eclipse.jgit.lib.Repository repo,
java.lang.String name)
throws java.io.IOException
java.io.IOException