Uses of Class
com.composum.ai.aem.core.impl.autotranslate.DiffMatchPatch.Operation
-
Packages that use DiffMatchPatch.Operation Package Description com.composum.ai.aem.core.impl.autotranslate -
-
Uses of DiffMatchPatch.Operation in com.composum.ai.aem.core.impl.autotranslate
Fields in com.composum.ai.aem.core.impl.autotranslate declared as DiffMatchPatch.Operation Modifier and Type Field Description DiffMatchPatch.OperationDiffMatchPatch.Diff. operationOne of: INSERT, DELETE or EQUAL.Methods in com.composum.ai.aem.core.impl.autotranslate that return DiffMatchPatch.Operation Modifier and Type Method Description static DiffMatchPatch.OperationDiffMatchPatch.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.Constructors in com.composum.ai.aem.core.impl.autotranslate with parameters of type DiffMatchPatch.Operation Constructor Description Diff(DiffMatchPatch.Operation operation, String text)Constructor.
-