| Package | Description | 
|---|---|
| com.openkm.util | 
| Modifier and Type | Field and Description | 
|---|---|
| DiffMatchPatch.Operation | DiffMatchPatch.Diff. operationOne 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. | 
| Constructor and Description | 
|---|
| DiffMatchPatch.Diff(DiffMatchPatch.Operation operation,
                   String text)Constructor. | 
Copyright © 2015. All Rights Reserved.