Uses of Enum Class
org.eclipse.jgit.patch.BinaryHunk.Type
Packages that use BinaryHunk.Type
-
Uses of BinaryHunk.Type in org.eclipse.jgit.patch
Fields in org.eclipse.jgit.patch declared as BinaryHunk.TypeModifier and TypeFieldDescriptionprivate BinaryHunk.Type
BinaryHunk.type
Type 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.Type
Returns the enum constant of this class with the specified name.static BinaryHunk.Type[]
BinaryHunk.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.