| Class | Description |
|---|---|
| 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).
|
| 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 plugin
|
| PluginHandler.DynamicURLClassLoader |
ClassLoader that makes the addURL method of URLClassLoader public.
|
| PluginHandler.UpdatePluginsMessagePanel | |
| PluginInformation |
Encapsulate general information about a plugin.
|
| PluginListParser |
A parser for the plugin list provided by a JOSM Plugin Download Site.
|
| PluginPreferenceFactory | |
| 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 | Description |
|---|---|
| PluginDownloadException | |
| PluginException |
Exception that wraps any exception thrown by plugins.
|
| PluginListParseException |