Uses of Class
com.logicaldoc.comparison.basic.DiffMatch.Patch
Packages that use DiffMatch.Patch
-
Uses of DiffMatch.Patch in com.logicaldoc.comparison.basic
Methods in com.logicaldoc.comparison.basic that return types with arguments of type DiffMatch.PatchModifier and TypeMethodDescriptionDiffMatch.patchFromText
(String textline) Parse a textual representation of patches and return a List of Patch objects.Compute a list of patches to turn text1 into text2.Method parameters in com.logicaldoc.comparison.basic with type arguments of type DiffMatch.PatchModifier and TypeMethodDescriptionDiffMatch.patchToText
(List<DiffMatch.Patch> patches) Take a list of patches and return a textual representation.