| Package | Description |
|---|---|
| org.wickedsource.diffparser.api.model |
| Modifier and Type | Method and Description |
|---|---|
Hunk |
Diff.getLatestHunk()
Gets the last
Hunk of changes that is part of this Diff. |
| Modifier and Type | Method and Description |
|---|---|
List<Hunk> |
Diff.getHunks()
The list if all
Hunks which contain all changes that are part of this Diff. |
| Modifier and Type | Method and Description |
|---|---|
void |
Diff.setHunks(List<Hunk> hunks) |
Copyright © 2016. All rights reserved.