| Package | Description |
|---|---|
| org.exoplatform.commons.diff |
Provides a service to mark differences between two contents.
|
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
DiffService.getDifferencesAsHTML(String text1,
String text2,
boolean allDoc)
Gets a Delta object containing line differences in the HTML format between text1 and text2.
|
DiffResult |
DiffService.getWordDifferencesAsHTML(String text1,
String text2)
Gets a Delta object containing word differences between text1 and text2.
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.