Package | Description |
---|---|
org.jboss.errai.otec.client.util |
Class and Description |
---|
DiffPatchMerge.Diff
Class representing one diff operation.
|
DiffPatchMerge.LinesToCharsResult
Internal class for returning results from diff_linesToChars().
|
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."
|
DiffPatchMerge.Patch
Class representing one patch operation.
|
DiffUtil.Delta |
OTLogAdapter |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.