Package | Description |
---|---|
org.netbeans.api.diff |
Modifier and Type | Method and Description |
---|---|
Difference.Part[] |
Difference.getFirstLineDiffs()
The list of differences on lines in the first file.
|
Difference.Part[] |
Difference.getSecondLineDiffs()
The list of differences on lines in the second file.
|
Constructor and Description |
---|
Difference(int type,
int firstStart,
int firstEnd,
int secondStart,
int secondEnd,
String firstText,
String secondText,
Difference.Part[] firstLineDiffs,
Difference.Part[] secondLineDiffs)
Creates a new instance of Difference
|
Difference(int type,
int firstStart,
int firstEnd,
int secondStart,
int secondEnd,
String firstText,
String secondText,
Difference.Part[] firstLineDiffs,
Difference.Part[] secondLineDiffs)
Creates a new instance of Difference
|