Uses of Enum Class
org.eclipse.jgit.diff.DiffEntry.ChangeType
Packages that use DiffEntry.ChangeType
Package
Description
High-level API commands (the porcelain of JGit).
Comparing file contents by computing diffs.
-
Uses of DiffEntry.ChangeType in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type DiffEntry.ChangeType -
Uses of DiffEntry.ChangeType in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as DiffEntry.ChangeTypeModifier and TypeFieldDescriptionprotected DiffEntry.ChangeType
DiffEntry.changeType
General type of change indicated by the patch.Methods in org.eclipse.jgit.diff that return DiffEntry.ChangeTypeModifier and TypeMethodDescriptionDiffEntry.getChangeType()
Get the change typestatic DiffEntry.ChangeType
Returns the enum constant of this class with the specified name.static DiffEntry.ChangeType[]
DiffEntry.ChangeType.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 DiffEntry.ChangeTypeModifier and TypeMethodDescriptionprotected void
DiffFormatter.formatGitDiffFirstHeaderLine
(ByteArrayOutputStream o, DiffEntry.ChangeType type, String oldPath, String newPath) Output the first header line(package private) static DiffEntry
DiffEntry.pair
(DiffEntry.ChangeType changeType, DiffEntry src, DiffEntry dst, int score)