| Package | Description |
|---|---|
| com.github.difflib.unifieddiff |
This is the first test version of a multifile diff parser.
|
| Modifier and Type | Method and Description |
|---|---|
static UnifiedDiffFile |
UnifiedDiffFile.from(String fromFile,
String toFile,
Patch<String> patch) |
| Modifier and Type | Method and Description |
|---|---|
List<UnifiedDiffFile> |
UnifiedDiff.getFiles() |
| Modifier and Type | Method and Description |
|---|---|
static UnifiedDiff |
UnifiedDiff.from(String header,
String tail,
UnifiedDiffFile... files) |
Copyright © 2009–2020 java-diff-utils. All rights reserved.