Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Method and Description |
---|---|
static void |
Tag2Link.getLinksForTag(java.lang.String key,
java.lang.String value,
Tag2Link.LinkConsumer linkConsumer)
Generates the links for the tag given by
key and value , and sends 0, 1 or more links to the linkConsumer . |