| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.patch.PatchFormat
public class PatchFormat
PatchFormat is a class that formats/parses patch data to/from
 their textual and object model forms.
| Constructor Summary | |
|---|---|
| PatchFormat() | |
| Method Summary | |
|---|---|
|  java.lang.String | format(PatchModel model)Formats the given PatchModelto Unified-format patch text. | 
|  java.lang.String | getEncoding() | 
|  PatchModel | parse(java.lang.String source)Parses the given Unified-format patch text to a PatchModel. | 
|  void | setEncoding(java.lang.String charsetName) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PatchFormat()
| Method Detail | 
|---|
public void setEncoding(java.lang.String charsetName)
public java.lang.String getEncoding()
public java.lang.String format(PatchModel model)
PatchModel to Unified-format patch text.
model - the patch model.
public PatchModel parse(java.lang.String source)
                 throws java.text.ParseException
PatchModel.
source - the Unified-format patch text.
java.text.ParseException - if the patch text contains syntax errors.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||