Uses of Interface
org.openstreetmap.josm.io.OsmConnection.OAuthAccessTokenFetcher
-
Packages that use OsmConnection.OAuthAccessTokenFetcher Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of OsmConnection.OAuthAccessTokenFetcher in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as OsmConnection.OAuthAccessTokenFetcher Modifier and Type Field Description (package private) static OsmConnection.OAuthAccessTokenFetcher
OsmConnection. fetcher
Methods in org.openstreetmap.josm.io with parameters of type OsmConnection.OAuthAccessTokenFetcher Modifier and Type Method Description static void
OsmConnection. setOAuthAccessTokenFetcher(OsmConnection.OAuthAccessTokenFetcher tokenFetcher)
Sets the OAuth access token fetcher.
-