Package | Description |
---|---|
org.crosswire.common.diff |
An implementation of Diff that works within the line.
|
Modifier and Type | Method and Description |
---|---|
Patch |
Patch.fromText(String input)
Parse a textual representation of patches and return a List of Patch
objects.
|
Patch |
Patch.make(String source,
String target,
List<Difference> diffList)
Compute a list of patches to turn text1 into text2.
|