| Package | Description |
|---|---|
| org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<OsmServerReadPostprocessor> |
AbstractReader.postprocessors
Used by plugins to register themselves as data postprocessors.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractReader.deregisterPostprocessor(OsmServerReadPostprocessor pp)
Deregister a postprocessor previously registered with
AbstractReader.registerPostprocessor(org.openstreetmap.josm.io.OsmServerReadPostprocessor). |
static void |
AbstractReader.registerPostprocessor(OsmServerReadPostprocessor pp)
Register a new postprocessor.
|