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.webstartMethods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart that throw PluginManagerException Modifier and Type Method Description static voidGravistoMainHelper. loadPlugins(Collection<String> pluginLocations, ProgressViewer progressViewer)
- 
Uses of PluginManagerException in org.graffiti.managers.pluginmgrSubclasses of PluginManagerException in org.graffiti.managers.pluginmgr Modifier and Type Class Description classPluginAlreadyLoadedExceptionMethods in org.graffiti.managers.pluginmgr that throw PluginManagerException Modifier and Type Method Description GenericPluginDefaultPluginManager. createInstance(URL pluginLocation)Returns a new instance of the plugin "main" class with the given plugin name.GenericPluginDefaultPluginManager. createInstance(URL pluginLocation, ProgressViewer progressViewer)Returns a new instance of the plugin "main" class with the given plugin name.GenericPluginPluginManager. createInstance(URL pluginLocation)Returns a new instance of the plugin "main" class with the given plugin name.voidDefaultPluginManager. loadPlugin(PluginDescription description, URL pluginLocation, Boolean loadOnStartup)Loads the plugin from the given location.voidPluginManager. loadPlugin(PluginDescription desc, URL pluginLocation, Boolean loadOnStartup)Loads the plugin from the given location.voidDefaultPluginManager. loadPlugins(PluginEntry[] plugins)Loads the plugin from the given location.voidDefaultPluginManager. loadPlugins(PluginEntry[] plugins, ProgressViewer progressViewer)voidDefaultPluginManager. loadPlugins(PluginEntry[] plugins, ProgressViewer progressViewer, boolean doAutomatic)Loads the plugin from the given location.The progress made is displayed with progressViewer.voidPluginManager. loadPlugins(PluginEntry[] plugins)Loads the plugins described by the given entries.voidDefaultPluginManager. loadStartupPlugins()Loads the plugins which should be loaded on startup.voidDefaultPluginManager. loadStartupPlugins(ProgressViewer progressViewer)Deprecated.voidPluginManager. loadStartupPlugins()Loads the plugins which should be loaded on startup.voidPluginManager. loadStartupPlugins(ProgressViewer progressViewer)Loads the plugins which should be loaded on startup.voidDefaultPluginManager. savePrefs()Saves the plugin manager's prefs.voidPluginManager. savePrefs()Saves the plugin manager's prefs.
- 
Uses of PluginManagerException in org.graffiti.utilMethods in org.graffiti.util that throw PluginManagerException Modifier and Type Method Description static PluginDescriptionPluginHelper. readPluginDescription(URL pluginLocation)Reads and returns the plugin description of the plugin from the given URL.