See: Description
| Class | Description |
|---|---|
| DiffMatchPatch |
This class was taken from https://code.google.com/p/java-diff-utils/source/checkout and
slightly modified to follow some java coding styles.
|
| DiffMatchPatch.Builder | |
| DiffMatchPatch.Diff |
Class representing one diff operation.
|
| DiffMatchPatch.LinesToCharsResult |
Internal class for returning results from diffLinesToChars().
|
| DiffMatchPatch.Patch |
Class representing one patch operation.
|
| DiffMatchPatchDiff | |
| DiffMatchPatchDiffs | |
| DiffMatchPatchEdit | |
| DiffMatchPatchEdit.Builder | |
| DiffMatchPatchMessage | |
| JsonMapper |
| Enum | Description |
|---|---|
| DiffMatchPatch.Operation |
The data structure representing a diff is a Linked list of Diff objects:
{Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
Diff(Operation.EQUAL, " world.")}
|
| DiffMatchPatchDiff.Operation |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.