Uses of Class
com.logicaldoc.comparison.basic.DiffMatch.Patch
-
Uses of DiffMatch.Patch in com.logicaldoc.comparison.basic
Modifier 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.Modifier and TypeMethodDescriptionDiffMatch.patchToText
(List<DiffMatch.Patch> patches) Take a list of patches and return a textual representation.