| Interface | Description |
|---|---|
| ConflictOutput<T> |
| Class | Description |
|---|---|
| AbstractDelta<T> |
Abstract delta between a source and a target.
|
| ChangeDelta<T> |
Describes the change-delta between original and revised texts.
|
| Chunk<T> |
Holds the information about the part of text involved in the diff process
|
| DeleteDelta<T> |
Describes the delete-delta between original and revised texts.
|
| EqualDelta<T> |
This delta contains equal lines of data.
|
| InsertDelta<T> |
Describes the add-delta between original and revised texts.
|
| Patch<T> |
Describes the patch holding all deltas between the original and revised
texts.
|
| Enum | Description |
|---|---|
| DeltaType |
Specifies the type of the delta.
|
| VerifyChunk |
| Exception | Description |
|---|---|
| DiffException |
Base class for all exceptions emanating from this package.
|
| PatchFailedException |
Thrown whenever a delta cannot be applied as a patch to a given text.
|