Uses of Class
org.exoplatform.commons.diff.DiffResult
Packages that use DiffResult
Package
Description
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 DiffResultModifier and TypeMethodDescriptionDiffService.getDifferencesAsHTML(String text1, String text2, boolean allDoc) Gets a Delta object containing line differences in the HTML format between text1 and text2.DiffService.getWordDifferencesAsHTML(String text1, String text2) Gets a Delta object containing word differences between text1 and text2.