Package | Description |
---|---|
org.netbeans.api.diff | |
org.netbeans.spi.diff |
Modifier and Type | Method and Description |
---|---|
abstract Writer |
StreamSource.createWriter(Difference[] conflicts)
Create a writer, that writes to the source.
|
Modifier and Type | Method and Description |
---|---|
abstract Difference[] |
DiffProvider.computeDiff(Reader r1,
Reader r2)
Create the differences of the content two streams.
|
Modifier and Type | Method and Description |
---|---|
DiffView |
DiffVisualizer.createDiff(Difference[] diffs,
StreamSource s1,
StreamSource s2)
Creates single-window diff component that does not include any navigation controls and
is controlled programatically via the returned DiffView interface.
|
abstract Component |
MergeVisualizer.createView(Difference[] diffs,
StreamSource source1,
StreamSource source2,
StreamSource result)
Show the visual representation of the merging process of two sources.
|
abstract Component |
DiffVisualizer.createView(Difference[] diffs,
String name1,
String title1,
Reader r1,
String name2,
String title2,
Reader r2,
String MIMEType)
Show the visual representation of the diff between two sources.
|