Uses of Enum Class
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 class with the specified name.static DiffEntry.Side[]DiffEntry.Side.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.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.booleanContentSource.Pair.isWorkingTreeSource(DiffEntry.Side side) Checks if source (side) is a "working tree".ContentSource.Pair.open(DiffEntry.Side side, DiffEntry ent) Open the object.longContentSource.Pair.size(DiffEntry.Side side, DiffEntry ent) Determine the size of the object.