Errai 3.0.1-SNAPSHOT

Package org.jboss.errai.otec.client.util

Interface Summary
OTLogAdapter  
 

Class Summary
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 Summary
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."
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.