Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.javatools.patch.PatchModel

Packages that use PatchModel
oracle.javatools.patch   
 

Uses of PatchModel in oracle.javatools.patch
 

Methods in oracle.javatools.patch that return PatchModel
 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 PatchFormat.parse(java.lang.String source)
          Parses the given Unified-format patch text to a PatchModel.
 PatchModel PatchEngine.reverseModel(PatchModel patchModel, java.lang.String fromFileBaseDirectoryPath)
          Reverses the information contained in the given PatchModel.
 

Methods in oracle.javatools.patch with parameters of type PatchModel
 void PatchEngine.applyModel(PatchModel patchModel, PatchContext patchContext, PatchApplyOptions applyOptions)
          Applies the given PatchModel to the engine's to-file contributor, according to options.
 java.lang.String PatchFormat.format(PatchModel model)
          Formats the given PatchModel to Unified-format patch text.
 PatchContext PatchEngine.matchModel(PatchModel patchModel, PatchMatchOptions matchOptions)
          Matches the given PatchModel against the engine's to-file contributor, according to options.
 PatchModel PatchEngine.reverseModel(PatchModel patchModel, java.lang.String fromFileBaseDirectoryPath)
          Reverses the information contained in the given PatchModel.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.