Package org.openstreetmap.josm.plugins
Provides the classes for JOSM plugins system.
-
Class Summary Class Description DynamicURLClassLoader ClassLoader that makes theDynamicURLClassLoader.addURL(java.net.URL)
method ofURLClassLoader
public.Plugin For all purposes of loading dynamic resources, the Plugin's class loader should be used (or else, the plugin jar will not be within the class path).PluginClassLoader Class loader for JOSM plugins.PluginDownloadTask Asynchronous task for downloading a collection of plugins.PluginHandler PluginHandler is basically a collection of static utility functions used to bootstrap and manage the loaded plugins.PluginHandler.DeprecatedPlugin Description of a deprecated pluginPluginHandler.PluginInformationAction PluginHandler.UpdatePluginsMessagePanel PluginInformation Encapsulate general information about a plugin.PluginListParser A parser for the plugin list provided by a JOSM Plugin Download Site.PluginPreferenceFactory Preference settings factory for plugins.PluginProxy Helper class for the JOSM system to communicate with the plugin.ReadLocalPluginInformationTask This is an asynchronous task for reading plugin information from the files in the local plugin repositories.ReadRemotePluginInformationTask An asynchronous task for downloading plugin lists from the configured plugin download sites. -
Exception Summary Exception Description PluginDownloadException Exception thrown during plugin download.PluginException Exception that wraps any exception thrown by plugins.PluginListParseException Exception thrown during plugin list parsing.