| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
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 PatchEntry instance to the patch model. | 
 PatchEntry[] | 
getEntries()Gets all PatchEntry instances 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 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||