Uses of Class
org.graffiti.managers.pluginmgr.PluginManagerException
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart | |
org.graffiti.managers.pluginmgr |
Contains classes for the plugin manager.
|
org.graffiti.util |
Contains utility classes for frequently needed functionality.
|
-
Uses of PluginManagerException in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart that throw PluginManagerException Modifier and Type Method Description static void
GravistoMainHelper. loadPlugins(Collection<String> pluginLocations, ProgressViewer progressViewer)
-
Uses of PluginManagerException in org.graffiti.managers.pluginmgr
Subclasses of PluginManagerException in org.graffiti.managers.pluginmgr Modifier and Type Class Description class
PluginAlreadyLoadedException
Methods in org.graffiti.managers.pluginmgr that throw PluginManagerException Modifier and Type Method Description GenericPlugin
DefaultPluginManager. createInstance(URL pluginLocation)
Returns a new instance of the plugin "main" class with the given plugin name.GenericPlugin
DefaultPluginManager. createInstance(URL pluginLocation, ProgressViewer progressViewer)
Returns a new instance of the plugin "main" class with the given plugin name.GenericPlugin
PluginManager. createInstance(URL pluginLocation)
Returns a new instance of the plugin "main" class with the given plugin name.void
DefaultPluginManager. loadPlugin(PluginDescription description, URL pluginLocation, Boolean loadOnStartup)
Loads the plugin from the given location.void
PluginManager. loadPlugin(PluginDescription desc, URL pluginLocation, Boolean loadOnStartup)
Loads the plugin from the given location.void
DefaultPluginManager. loadPlugins(PluginEntry[] plugins)
Loads the plugin from the given location.void
DefaultPluginManager. loadPlugins(PluginEntry[] plugins, ProgressViewer progressViewer)
void
DefaultPluginManager. loadPlugins(PluginEntry[] plugins, ProgressViewer progressViewer, boolean doAutomatic)
Loads the plugin from the given location.The progress made is displayed with progressViewer.void
PluginManager. loadPlugins(PluginEntry[] plugins)
Loads the plugins described by the given entries.void
DefaultPluginManager. loadStartupPlugins()
Loads the plugins which should be loaded on startup.void
DefaultPluginManager. loadStartupPlugins(ProgressViewer progressViewer)
Deprecated.void
PluginManager. loadStartupPlugins()
Loads the plugins which should be loaded on startup.void
PluginManager. loadStartupPlugins(ProgressViewer progressViewer)
Loads the plugins which should be loaded on startup.void
DefaultPluginManager. savePrefs()
Saves the plugin manager's prefs.void
PluginManager. savePrefs()
Saves the plugin manager's prefs. -
Uses of PluginManagerException in org.graffiti.util
Methods in org.graffiti.util that throw PluginManagerException Modifier and Type Method Description static PluginDescription
PluginHelper. readPluginDescription(URL pluginLocation)
Reads and returns the plugin description of the plugin from the given URL.