Uses of Enum
org.eclipse.jgit.diff.DiffEntry.Side
Packages that use DiffEntry.Side
-
Uses of DiffEntry.Side in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that return DiffEntry.SideModifier and TypeMethodDescriptionstatic DiffEntry.Side
Returns the enum constant of this type with the specified name.static DiffEntry.Side[]
DiffEntry.Side.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.diff with parameters of type DiffEntry.SideModifier and TypeMethodDescriptionDiffEntry.getId
(DiffEntry.Side side) Get the object id.DiffEntry.getMode
(DiffEntry.Side side) Get the mode associated with this file.DiffEntry.getPath
(DiffEntry.Side side) Get the path associated with this file.private SimilarityIndex
SimilarityRenameDetector.hash
(DiffEntry.Side side, DiffEntry ent) ContentSource.Pair.open
(DiffEntry.Side side, DiffEntry ent) Open the object.private RawText
DiffFormatter.open
(DiffEntry.Side side, DiffEntry entry) long
ContentSource.Pair.size
(DiffEntry.Side side, DiffEntry ent) Determine the size of the object.private long
SimilarityRenameDetector.size
(DiffEntry.Side side, DiffEntry ent)