Uses of Class
org.eclipse.jgit.patch.BinaryHunk.Type
-
Packages that use BinaryHunk.Type Package Description org.eclipse.jgit.patch Patch file parser and data structure. -
-
Uses of BinaryHunk.Type in org.eclipse.jgit.patch
Fields in org.eclipse.jgit.patch declared as BinaryHunk.Type Modifier and Type Field Description private BinaryHunk.Type
BinaryHunk. type
Type of the data meaning.Methods in org.eclipse.jgit.patch that return BinaryHunk.Type Modifier and Type Method Description BinaryHunk.Type
BinaryHunk. getType()
Get type of this binary hunk.static BinaryHunk.Type
BinaryHunk.Type. valueOf(java.lang.String name)
Returns 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.
-