Package | Description |
---|---|
org.openstreetmap.josm | |
org.openstreetmap.josm.io |
Modifier and Type | Field and Description |
---|---|
private static java.util.Set<OnlineResource> |
Main.OFFLINE_RESOURCES |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<OnlineResource> |
Main.getOfflineResources()
Replies the set of online resources currently offline.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Main.isOffline(OnlineResource r)
Determines if the given online resource is currently offline.
|
static boolean |
Main.setOffline(OnlineResource r)
Sets the given online resource to offline state.
|
Modifier and Type | Method and Description |
---|---|
static OnlineResource |
OnlineResource.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnlineResource[] |
OnlineResource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|