| Package | Description |
|---|---|
| oracle.javatools.patch |
| Modifier and Type | Method and Description |
|---|---|
PatchHunk[] |
PatchEntry.getHunks()
Gets all
PatchHunk instances in the patch entry. |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchEntry.addHunk(PatchHunk hunk)
Adds a
PatchHunk instance to the patch entry. |
int |
PatchContext.getHunkMatchLine(PatchHunk patchHunk)
Gets the corresponding matched patch hunk line from the context.
|
void |
PatchContext.setHunkMatchLine(PatchHunk patchHunk,
int matchLine)
Sets the corresponding matched patch hunk line from the context.
|