Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.javatools.patch
Class PatchModel

java.lang.Object
  extended by oracle.javatools.patch.PatchModel

public class PatchModel
extends java.lang.Object

This class is the model class for data in a patch, operated on by a PatchEngine.

Since:
10.1.3.0.3

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

PatchModel

public PatchModel()
Method Detail

addEntry

public void addEntry(PatchEntry entry)
Adds a PatchEntry instance to the patch model.

Parameters:
entry - the patch entry.

getEntries

public PatchEntry[] getEntries()
Gets all PatchEntry instances in the patch model.

Returns:
an array of all patch entries.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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