public abstract class BaseDiffTreeModel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected BaseDiffNode |
root |
| Constructor and Description |
|---|
BaseDiffTreeModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
calcDiffs()
Populate the model with the differences between the two stores.
|
protected abstract void |
calcDiffsInternal() |
int |
getDiffCount()
Get the number of differences between the two stores.
|
void |
printTree(java.io.PrintStream o) |
protected void |
recordDiff() |
protected BaseDiffNode root
public final void calcDiffs()
protected abstract void calcDiffsInternal()
public int getDiffCount()
protected void recordDiff()
public void printTree(java.io.PrintStream o)
This documentation and all its contents and graphics, copyright © 1999 - 2011 Vordel