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.SideReturns 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 SimilarityIndexSimilarityRenameDetector.hash(DiffEntry.Side side, DiffEntry ent) ContentSource.Pair.open(DiffEntry.Side side, DiffEntry ent) Open the object.private RawTextDiffFormatter.open(DiffEntry.Side side, DiffEntry entry) longContentSource.Pair.size(DiffEntry.Side side, DiffEntry ent) Determine the size of the object.private longSimilarityRenameDetector.size(DiffEntry.Side side, DiffEntry ent)