|
Class Summary |
| diff |
The diff class compares two files. |
| diff3 |
The diff3 class compares three files or three BufferedReaders. |
| Hunk |
The Hunk class is a super class of classes HunkAdd ,
HunkChange and HunkDel .it is an abstarct class. |
| Hunk3 |
The Hunk3 class represents a bloc of difference of three
files or three Buffers. |
| HunkAdd |
The HunkAdd class represents a bloc of difference reliding
addition(insertion). |
| HunkChange |
The HunkChange class represents a bloc of difference reliding
change. |
| HunkDel |
The HunkDel class represents a bloc of difference that will
be deleted. |
| HunkPrintEDVisitor |
|
| HunkPrintRCSVisitor |
|
| HunkPrintVisitor |
|
| HunkVisitor |
|
| SJDiff |
A modified implimentation of JLibDiff.diff. |