| Package | Description |
|---|---|
| org.openstreetmap.josm.actions.upload | |
| org.openstreetmap.josm.io |
| 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 |