| Package | Description |
|---|---|
| org.openstreetmap.josm.plugins |
| Modifier and Type | Field and Description |
|---|---|
PluginProxy |
PluginException.plugin |
private PluginProxy |
PluginPreferenceFactory.plugin |
| Modifier and Type | Field and Description |
|---|---|
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)
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) |
PluginPreferenceFactory(PluginProxy plugin) |