| Package | Description |
|---|---|
| oracle.javatools.patch |
| Class and Description |
|---|
| PatchApplyOptions
This class represents options controlling the application of a patch.
|
| PatchAssistance |
| PatchContext
This class represents transient information for how a
PatchModel may
be applied to a context. |
| PatchContributor
This class contributes index files to a patch-related operation performed by
a
PatchEngine instance. |
| PatchCreateOptions
This class represents options controlling the creation of a patch.
|
| PatchEntry
This class is the model class for data in a patch entry, owned by a
PatchModel. |
| PatchEvent
An event which indicates the activity of the patch application program.
|
| PatchHunk
This class is the model class for data in a patch hunk, owned by a
PatchEntry. |
| PatchHunkLine
This class is the model class for data in a patch hunk line, owned by a
PatchHunk. |
| PatchIndexFile
The class representing an index file for a
PatchContributor. |
| PatchListener
The listener interface for receiving patch events.
|
| PatchMatchOptions
This class represents options controlling the matching of a patch to a context.
|
| PatchModel
This class is the model class for data in a patch, operated on by a
PatchEngine. |
| PatchStreamContributor |