Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Diff.ForwardScript |
(package private) static class |
Diff.ReverseScript
Scan the tables of which lines are inserted and deleted, producing an edit script in reverse order.
|
Modifier and Type | Field and Description |
---|---|
static Diff.ScriptBuilder |
Diff.forwardScript
Standard Forward ScriptBuilder.
|
static Diff.ScriptBuilder |
Diff.reverseScript
Standard Reverse ScriptBuilder.
|
Modifier and Type | Method and Description |
---|---|
Diff.Change |
Diff.diff(Diff.ScriptBuilder bld)
Get the results of comparison as an edit script.
|