Uses of Enum Class
org.eclipse.jgit.diff.DiffDriver
Packages that use DiffDriver
-
Uses of DiffDriver in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that return DiffDriverModifier and TypeMethodDescriptionstatic DiffDriverReturns the enum constant of this class with the specified name.static DiffDriver[]DiffDriver.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.diff with parameters of type DiffDriverModifier and TypeMethodDescriptionvoidDiffFormatter.format(EditList edits, RawText a, RawText b, DiffDriver diffDriver) Formats a list of edits in unified diff formatvoidDiffFormatter.format(FileHeader head, RawText a, RawText b, DiffDriver diffDriver) Format a patch script, reusing a previously parsed FileHeader.