| Package | Description |
|---|---|
| difflib |
The
difflib package
implements general operation with diff files. |
| Modifier and Type | Method and Description |
|---|---|
List<DiffRow> |
DiffRowGenerator.generateDiffRows(List<String> original,
List<String> revised)
Get the DiffRows describing the difference between original and revised texts using the
given patch.
|
List<DiffRow> |
DiffRowGenerator.generateDiffRows(List<String> original,
List<String> revised,
Patch<String> patch)
Generates the DiffRows describing the difference between original and revised texts using the
given patch.
|
Copyright © 2015. All rights reserved.