Package | Description |
---|---|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
Modifier and Type | Method and Description |
---|---|
(package private) static java.util.Collection<TaggingPreset> |
TaggingPresetReader.readAll(java.io.Reader in,
boolean validate,
TaggingPresetReader.HashSetWithLast<TaggingPreset> all)
Reads all tagging presets from the input reader.
|
(package private) static java.util.Collection<TaggingPreset> |
TaggingPresetReader.readAll(java.lang.String source,
boolean validate,
TaggingPresetReader.HashSetWithLast<TaggingPreset> all)
Reads all tagging presets from the given source.
|