Package | Description |
---|---|
org.eclipse.jgit.patch |
Patch file parser and data structure.
|
Modifier and Type | Method | Description |
---|---|---|
FileHeader.PatchType |
FileHeader.getPatchType() |
|
static FileHeader.PatchType |
FileHeader.PatchType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FileHeader.PatchType[] |
FileHeader.PatchType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
FileHeader(byte[] headerLines,
EditList edits,
FileHeader.PatchType type) |
Constructs a new FileHeader
|
Copyright © 2018. All rights reserved.