| Package | Description |
|---|---|
| org.eclipse.jgit.patch |
Patch file parser and data structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CombinedHunkHeader
Hunk header for a hunk appearing in a "diff --cc" style patch.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<HunkHeader> |
FileHeader.hunks
The hunks of this file
|
| Modifier and Type | Method and Description |
|---|---|
(package private) HunkHeader |
CombinedFileHeader.newHunkHeader(int offset) |
(package private) HunkHeader |
FileHeader.newHunkHeader(int offset) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends HunkHeader> |
FileHeader.getHunks()
Get hunks altering this file; in order of appearance in patch
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
FileHeader.addHunk(HunkHeader h) |