Interface | Description |
---|---|
OTLogAdapter |
Class | Description |
---|---|
DiffPatchMerge |
Class containing the diff, match and patch methods.
|
DiffPatchMerge.Diff |
Class representing one diff operation.
|
DiffPatchMerge.LinesToCharsResult |
Internal class for returning results from diff_linesToChars().
|
DiffPatchMerge.Patch |
Class representing one patch operation.
|
DiffUtil | |
DiffUtil.Delta | |
GUIDUtil |
Simple GUID utility that implements a modified form of the Linear Congruent Generator (LCG) algorithm,
to create psuedo-random GUIDs.
|
Md5Digest |
GWT implementation of MD5.
|
OTLogUtil |
Enum | Description |
---|---|
DiffPatchMerge.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.")}
which means: delete "Hello", add "Goodbye" and keep " world."
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.