| Package | Description | 
|---|---|
| oracle.javatools.patch | 
| Modifier and Type | Method and Description | 
|---|---|
PatchContext | 
PatchEngine.matchModel(PatchModel patchModel,
          PatchMatchOptions matchOptions)
Matches the given  
PatchModel against the engine's to-file contributor,
 according to options. | 
PatchContext | 
PatchEngine.matchModelNoFiles(PatchModel patchModel,
                 PatchMatchOptions matchOptions)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PatchEngine.applyModel(PatchModel patchModel,
          PatchContext patchContext,
          PatchApplyOptions applyOptions)
Applies the given  
PatchModel to the engine's to-file contributor,
 according to options. | 
byte[] | 
PatchEngine.applyModelNoFiles(PatchModel patchModel,
                 PatchContext patchContext)
Applies the given  
PatchModel to the engine's to-Stream contributor,
 according to options. |