See: Description
Class | Description |
---|---|
UnifiedDiff | |
UnifiedDiffFile |
Data structure for one patched file from a unified diff file.
|
UnifiedDiffReader | |
UnifiedDiffWriter |
Exception | Description |
---|---|
UnifiedDiffParserException |
UnifiedDiffReader#parseUnifiedDiff
.
You will get a UnifiedDiff
that holds all informations about the
diffs and the files.
To process the UnifiedDiff use UnifiedDiffWriter#write
.Copyright © 2009–2021 java-diff-utils. All rights reserved.