Uses of Class
com.logicaldoc.comparison.basic.DiffMatch.Diff
-
Uses of DiffMatch.Diff in com.logicaldoc.comparison.basic
Modifier 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.Modifier and TypeMethodDescriptionDiffMatch.diffPrettyHtml
(List<DiffMatch.Diff> diffs) Convert a Diff list into a pretty HTML report.