public class DiffLines extends DiffBase
| Constructor and Description |
|---|
DiffLines(String text1,
String text2) |
DiffLines(String text1,
String text2,
DiffOptions options) |
| Modifier and Type | Method and Description |
|---|---|
String |
fullDiff() |
LinkedList<Change> |
getChangeList()
Get the finished changelist.
|
String |
patch() |
equals, getOptions, hashCode, levenshtein, prettyHtml, text1, text2, toDelta, toString, xIndexpublic DiffLines(String text1, String text2, DiffOptions options)
public String fullDiff()
public String patch()
patch
program.public LinkedList<Change> getChangeList()
DiffBasegetChangeList in class DiffBaseCopyright © 2017. All rights reserved.