|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.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 PatchModel to 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 Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |