Uses of Class
org.eclipse.jgit.diff.DiffFormatter
-
Packages that use DiffFormatter Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.pgm -
-
Uses of DiffFormatter in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return DiffFormatter Modifier and Type Method Description private DiffFormatter
DiffCommand. getDiffFormatter()
-
Uses of DiffFormatter in org.eclipse.jgit.diff
Subclasses of DiffFormatter in org.eclipse.jgit.diff Modifier and Type Class Description class
PatchIdDiffFormatter
A DiffFormatter used to calculate the patch-id of the diff. -
Uses of DiffFormatter in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as DiffFormatter Modifier and Type Field Description private DiffFormatter
Diff. diffFmt
private DiffFormatter
DiffTool. diffFmt
private DiffFormatter
Log. diffFmt
private DiffFormatter
Show. diffFmt
-