public class PatchModel
extends java.lang.Object
PatchEngine.| Constructor and Description |
|---|
PatchModel() |
| Modifier and Type | Method and Description |
|---|---|
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() |
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