Package | Description |
---|---|
org.jboss.aerogear.sync.diffmatchpatch |
This package contains classes for the DiffMatchPatch synchronizer core
|
org.jboss.aerogear.sync.diffmatchpatch.client |
This package contains classes for the DiffMatchPatch synchronizer client
|
org.jboss.aerogear.sync.diffmatchpatch.server |
This package contains classes for the DiffMatchPatch synchronizer server
|
Class and 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.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.")}
|
DiffMatchPatch.Patch
Class representing one patch operation.
|
DiffMatchPatchDiff |
DiffMatchPatchDiff.Operation |
DiffMatchPatchDiffs |
DiffMatchPatchEdit |
DiffMatchPatchEdit.Builder |
DiffMatchPatchMessage |
Class and 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.
|
DiffMatchPatchEdit |
Class and 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.
|
DiffMatchPatchEdit |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.