Uses of Class
org.exoplatform.commons.diff.DiffResult
-
Packages that use DiffResult Package Description org.exoplatform.commons.diff Provides a service to mark differences between two contents. -
-
Uses of DiffResult in org.exoplatform.commons.diff
Methods in org.exoplatform.commons.diff that return DiffResult Modifier and Type Method Description DiffResultDiffService. getDifferencesAsHTML(String text1, String text2, boolean allDoc)Gets a Delta object containing line differences in the HTML format between text1 and text2.DiffResultDiffService. getWordDifferencesAsHTML(String text1, String text2)Gets a Delta object containing word differences between text1 and text2.
-