| Package | Description |
|---|---|
| org.wickedsource.diffparser.api.model |
| Modifier and Type | Method and Description |
|---|---|
Range |
Hunk.getFromFileRange()
The range of line numbers that this Hunk spans in the first file of the Diff.
|
Range |
Hunk.getToFileRange()
The range of line numbers that this Hunk spans in the second file of the Diff.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Hunk.setFromFileRange(Range fromFileRange) |
void |
Hunk.setToFileRange(Range toFileRange) |
Copyright © 2016. All rights reserved.