Package | Description |
---|---|
com.github.difflib.unifieddiff |
This is the new implementation of UnifiedDiff Tools.
|
Modifier and Type | Field and Description |
---|---|
private UnifiedDiffFile |
UnifiedDiffReader.actualFile |
Modifier and Type | Field and Description |
---|---|
private java.util.List<UnifiedDiffFile> |
UnifiedDiff.files |
Modifier and Type | Method and Description |
---|---|
static UnifiedDiffFile |
UnifiedDiffFile.from(java.lang.String fromFile,
java.lang.String toFile,
Patch<java.lang.String> patch) |
Modifier and Type | Method and Description |
---|---|
java.util.List<UnifiedDiffFile> |
UnifiedDiff.getFiles() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
UnifiedDiff.addFile(UnifiedDiffFile file) |
static UnifiedDiff |
UnifiedDiff.from(java.lang.String header,
java.lang.String tail,
UnifiedDiffFile... files) |