Uses of Enum
org.eclipse.jgit.patch.BinaryHunk.Type
Packages that use BinaryHunk.Type
-
Uses of BinaryHunk.Type in org.eclipse.jgit.patch
Subclasses with type arguments of type BinaryHunk.Type in org.eclipse.jgit.patchModifier and TypeClassDescriptionstatic enumType of information stored in a binary hunk.Fields in org.eclipse.jgit.patch declared as BinaryHunk.TypeModifier and TypeFieldDescriptionprivate BinaryHunk.TypeBinaryHunk.typeType of the data meaning.Methods in org.eclipse.jgit.patch that return BinaryHunk.TypeModifier and TypeMethodDescriptionBinaryHunk.getType()Get type of this binary hunk.static BinaryHunk.TypeReturns the enum constant of this type with the specified name.static BinaryHunk.Type[]BinaryHunk.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.