Package | Description |
---|---|
org.openstreetmap.josm.plugins |
Modifier and Type | Field and Description |
---|---|
private PluginProxy |
PluginPreferenceFactory.plugin |
PluginProxy |
PluginException.plugin |
Modifier and Type | Field and Description |
---|---|
static Collection<PluginProxy> |
PluginHandler.pluginList
All installed and loaded plugins (resp.
|
Modifier and Type | Method and Description |
---|---|
private static PluginProxy |
PluginHandler.getPluginCausingException(Throwable ex)
Replies the plugin which most likely threw the exception
ex . |
PluginProxy |
PluginInformation.load(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,
String name,
Throwable cause) |
PluginPreferenceFactory(PluginProxy plugin) |