| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.javatools.patch.PatchModel
oracle.javatools.patch.PatchModel
public class PatchModel
This class is the model class for data in a patch, operated on by a PatchEngine.
| Constructor Summary | |
|---|---|
| PatchModel() | |
| Method Summary | |
|---|---|
|  void | addEntry(PatchEntry entry)Adds a PatchEntryinstance to the patch model. | 
|  PatchEntry[] | getEntries()Gets all PatchEntryinstances in the patch model. | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public PatchModel()
| Method Detail | 
|---|
public void addEntry(PatchEntry entry)
PatchEntry instance to the patch model.entry - the patch entry.public PatchEntry[] getEntries()
PatchEntry instances in the patch model.public java.lang.String toString()
toString in class java.lang.Object| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||