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
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.
|
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.
|
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–2020 java-diff-utils. All rights reserved.