Package | Description |
---|---|
com.github.difflib.unifieddiff |
This is the new implementation of UnifiedDiff Tools.
|
Modifier and Type | Method and Description |
---|---|
private UnifiedDiff |
UnifiedDiffReader.parse() |
static UnifiedDiff |
UnifiedDiffReader.parseUnifiedDiff(java.io.InputStream stream)
To parse a diff file use this method.
|
boolean |
UnifiedDiffReader.UnifiedDiffLine.processLine(java.lang.String line) |
private boolean |
UnifiedDiffReader.processLine(java.lang.String line,
UnifiedDiffReader.UnifiedDiffLine... rules) |