Uses of Class
com.logicaldoc.comparison.basic.DiffMatch.Diff
Packages that use DiffMatch.Diff
-
Uses of DiffMatch.Diff in com.logicaldoc.comparison.basic
Methods in com.logicaldoc.comparison.basic that return types with arguments of type DiffMatch.DiffModifier and TypeMethodDescriptionDiffMatch.diffFromDelta
(String text1, String delta) Given the original text1, and an encoded string which describes the operations required to transform text1 into text2, compute the full diff.Find the differences between two texts.Find the differences between two texts.Method parameters in com.logicaldoc.comparison.basic with type arguments of type DiffMatch.DiffModifier and TypeMethodDescriptionDiffMatch.diffPrettyHtml
(List<DiffMatch.Diff> diffs) Convert a Diff list into a pretty HTML report.