| Class | Description |
|---|---|
| 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
Text is represented as
Object[] because the diff engine is capable of handling more than plain ascci. |
| DeleteDelta<T> |
Describes the delete-delta between original and revised texts.
|
| Delta<T> |
Describes the delta between original and revised texts.
|
| 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.
|
| 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.
|
Copyright © 2009–2017 java-diff-utils. All rights reserved.