Package | Description |
---|---|
org.eclipse.jgit.patch |
Patch file parser and data structure.
|
Modifier and Type | Field and Description |
---|---|
private BinaryHunk.Type |
BinaryHunk.type
Type of the data meaning.
|
Modifier and Type | Method and 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.
|