|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.outerj.daisy.diff.Diff
| Method Summary | |
static void |
diff(java.lang.String text1,
java.lang.String text2,
DiffOutput output,
int contextLineCount)
Diffs two texts, outputting the result to the specified DiffOutput instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void diff(java.lang.String text1,
java.lang.String text2,
DiffOutput output,
int contextLineCount)
throws java.lang.Exception
contextLineCount - specify -1 to include complete text
java.lang.Exception - the differencing itself should normally not throw exceptions, but the
methods on DiffOutput can.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||