| Package | Description |
|---|---|
| org.openstreetmap.josm.io |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<OsmServerReadPostprocessor> |
OsmReader.postprocessors
Used by plugins to register themselves as data postprocessors.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OsmReader.deregisterPostprocessor(OsmServerReadPostprocessor pp)
deregister a postprocessor previously registered with registerPostprocessor
|
static void |
OsmReader.registerPostprocessor(OsmServerReadPostprocessor pp)
register a new postprocessor
|