Package com.atlassian.confluence.diff
Class DaisyHtmlDiffer
java.lang.Object
com.atlassian.confluence.diff.DaisyHtmlDiffer
- All Implemented Interfaces:
Differ
Daisy HTML diff implementation.
-
Method Summary
Modifier and TypeMethodDescriptiondiff
(ContentEntityObject leftContent, ContentEntityObject rightContent) Computes a diff between the specified left and right input.
-
Method Details
-
diff
Description copied from interface:Differ
Computes a diff between the specified left and right input.
The html output will contain span tags with class="diff-html-added|diff-html-removed|diff-html-changed" to indicate differences.
-