Package | Description |
---|---|
org.openstreetmap.josm.plugins |
Provides the classes for JOSM plugins system.
|
Modifier and Type | Field and Description |
---|---|
private PluginProxy |
PluginPreferenceFactory.plugin |
PluginProxy |
PluginException.plugin
Plugin proxy, can be null
|
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.Collection<PluginProxy> |
PluginHandler.pluginList
All installed and loaded plugins (resp.
|
Modifier and Type | Method and Description |
---|---|
private static PluginProxy |
PluginHandler.getPluginCausingException(java.lang.Throwable ex)
Replies the plugin which most likely threw the exception
ex . |
PluginProxy |
PluginInformation.load(java.lang.Class<?> klass,
PluginClassLoader classLoader)
Loads and instantiates the plugin.
|
Modifier and Type | Method and Description |
---|---|
private static int |
PluginHandler.askUpdateDisableKeepPluginAfterException(PluginProxy plugin) |
Constructor and Description |
---|
PluginException(PluginProxy plugin,
java.lang.String name,
java.lang.Throwable cause)
Constructs a new
PluginException with the specified plugin and cause. |
PluginPreferenceFactory(PluginProxy plugin)
Constructs a new
PluginPreferenceFactory . |