Package | Description |
---|---|
org.jboss.aerogear.sync.diffmatchpatch |
This package contains classes for the DiffMatchPatch synchronizer core
|
Modifier and Type | Field and Description |
---|---|
DiffMatchPatch.Operation |
DiffMatchPatch.Diff.operation
One of: INSERT, DELETE or EQUAL.
|
Modifier and Type | Method and Description |
---|---|
static DiffMatchPatch.Operation |
DiffMatchPatch.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffMatchPatch.Operation[] |
DiffMatchPatch.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DiffMatchPatch.Diff |
DiffMatchPatch.diff(DiffMatchPatch.Operation operation,
String text) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.