|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiffRow | |
|---|---|
| difflib |
The difflib package
implements general operation with diff files. |
| Uses of DiffRow in difflib |
|---|
| Methods in difflib that return types with arguments of type DiffRow | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||