| Package | Description | 
|---|---|
| oracle.javatools.patch | 
| Modifier and Type | Method and Description | 
|---|---|
static PatchEntry | 
PatchEngine.createPatchEntry(oracle.javatools.compare.algorithm.sequence.SequenceCompareModel compareModel)  | 
PatchEntry[] | 
PatchModel.getEntries()
Gets all  
PatchEntry instances in the patch model. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PatchModel.addEntry(PatchEntry entry)
Adds a  
PatchEntry instance to the patch model. | 
boolean | 
PatchContext.isEntryMatched(PatchEntry patchEntry)
Gets whether the patch entry has been matched against the context. 
 | 
void | 
PatchContext.setEntryMatched(PatchEntry patchEntry,
               boolean matched)
Sets whether the patch entry has been matched against the context. 
 |