| Package | Description | 
|---|---|
| oracle.javatools.patch | 
| Modifier and Type | Method and Description | 
|---|---|
PatchModel | 
PatchEngine.createModel(PatchContributor fromFileContributor,
           PatchCreateOptions createOptions)
Creates a  
PatchModel based on differences between the given contributor
 and the engine's to-file contributor, according to options. | 
PatchModel | 
PatchEngine.createModel(PatchStreamContributor fromStream,
           PatchCreateOptions createOptions)
Creates a  
PatchModel based on differences between the given inputstream
 and the engine's to input stream, according to options. |