| Package | Description |
|---|---|
| org.incava.util.diff | |
| org.mmbase.versioning |
| Modifier and Type | Field and Description |
|---|---|
protected List<Difference> |
Diff.diffs
The list of differences, as
Difference instances. |
| Modifier and Type | Method and Description |
|---|---|
List<Difference> |
Diff.diff()
Runs diff and returns the results.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
Diff.appendLines(Difference difference,
StringBuilder buf,
int start,
int end,
String ind,
Object[] lines) |
protected void |
Diff.appendToHtml(StringBuilder buf,
int startA,
int endA,
int startB,
int endB,
Difference d) |
static void |
Diff.toUnixDiff(StringBuilder buf,
Difference difference,
Object[] aLines,
Object[] bLines) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}