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 Collection<PluginProxy> |
PluginHandler.pluginList
All installed and loaded plugins (resp. their main classes)
|
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)
Load and instantiate the plugin
|
Modifier and Type | Method and Description |
---|---|
private static boolean |
PluginHandler.confirmDeactivatingPluginAfterException(PluginProxy plugin) |
Constructor and Description |
---|
PluginException(PluginProxy plugin,
String name,
Throwable cause) |
PluginPreferenceFactory(PluginProxy plugin) |