Uses of Class
org.openstreetmap.josm.io.UrlPatterns.OsmUrlPattern
-
Packages that use UrlPatterns.OsmUrlPattern Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of UrlPatterns.OsmUrlPattern in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that return UrlPatterns.OsmUrlPattern Modifier and Type Method Description static UrlPatterns.OsmUrlPattern
UrlPatterns.OsmUrlPattern. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UrlPatterns.OsmUrlPattern[]
UrlPatterns.OsmUrlPattern. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-