Uses of Class
com.logicaldoc.comparison.basic.DiffMatch.Operation
-
Packages that use DiffMatch.Operation Package Description com.logicaldoc.comparison.basic -
-
Uses of DiffMatch.Operation in com.logicaldoc.comparison.basic
Fields in com.logicaldoc.comparison.basic declared as DiffMatch.Operation Modifier and Type Field Description DiffMatch.Operation
DiffMatch.Diff. operation
One of: INSERT, DELETE or EQUAL.Methods in com.logicaldoc.comparison.basic that return DiffMatch.Operation Modifier and Type Method Description static DiffMatch.Operation
DiffMatch.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static DiffMatch.Operation[]
DiffMatch.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.logicaldoc.comparison.basic with parameters of type DiffMatch.Operation Constructor Description Diff(DiffMatch.Operation operation, String text)
Constructor.
-