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