Package | Description |
---|---|
org.openstreetmap.josm.actions.upload |
Provides the classes for JOSM
upload action . |
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Method and Description |
---|---|
private void |
UploadNotesTask.UploadTask.processNoteComment(ProgressMonitor monitor,
OsmApi api,
Note note,
NoteComment comment) |
Modifier and Type | Field and Description |
---|---|
private OsmApi |
OsmServerReader.api |
private OsmApi |
OsmServerWriter.api |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,OsmApi> |
OsmApi.instances |
Modifier and Type | Method and Description |
---|---|
static OsmApi |
OsmApi.getOsmApi()
Replies the
OsmApi for the URL given by the preference osm-server.url |
static OsmApi |
OsmApi.getOsmApi(java.lang.String serverUrl)
Replies the
OsmApi for a given server URL |
Modifier and Type | Method and Description |
---|---|
void |
OsmApi.OsmApiInitializationListener.apiInitialized(OsmApi instance)
Called when an OSM API instance has been successfully initialized.
|
protected static void |
OsmApi.cacheInstance(OsmApi api) |