Uses of Interface
org.openstreetmap.josm.tools.Diff.ScriptBuilder
-
Packages that use Diff.ScriptBuilder Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of Diff.ScriptBuilder in org.openstreetmap.josm.tools
Classes in org.openstreetmap.josm.tools that implement Diff.ScriptBuilder Modifier and Type Class Description (package private) static classDiff.ForwardScript(package private) static classDiff.ReverseScriptScan the tables of which lines are inserted and deleted, producing an edit script in reverse order.Fields in org.openstreetmap.josm.tools declared as Diff.ScriptBuilder Modifier and Type Field Description static Diff.ScriptBuilderDiff. forwardScriptStandard Forward ScriptBuilder.static Diff.ScriptBuilderDiff. reverseScriptStandard Reverse ScriptBuilder.Methods in org.openstreetmap.josm.tools with parameters of type Diff.ScriptBuilder Modifier and Type Method Description Diff.ChangeDiff. diff(Diff.ScriptBuilder bld)Get the results of comparison as an edit script.
-