Package | Description |
---|---|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Method and Description |
---|---|
static void |
ExceptionDialogUtil.explainMissingOAuthAccessTokenException(MissingOAuthAccessTokenException e)
Explains a
OsmApiException which was thrown because accessing a protected
resource was forbidden. |
Modifier and Type | Method and Description |
---|---|
protected void |
OsmConnection.obtainAccessToken(HttpClient connection)
Obtains an OAuth access token for the connection.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ExceptionUtil.explainMissingOAuthAccessTokenException(MissingOAuthAccessTokenException e)
Explains a
OsmApiException which was thrown because accessing a protected
resource was forbidden. |