| Package | Description | 
|---|---|
| org.kuali.rice.kew.plugin | 
| Modifier and Type | Method and Description | 
|---|---|
| Plugin | PluginEnvironment. getPlugin()Gets the Plugin represented by this environment. | 
| Plugin | BasePluginRegistry. getPlugin(QName pluginName) | 
| Plugin | PluginLoader. load()Loads the plugin, this method should NOT invoke any of the Lifecycle methods of the plugin
 before returning it to the calling code. | 
| Plugin | BasePluginLoader. load()Loads and creates the Plugin. | 
| Plugin | ZipFilePluginLoader. load() | 
| protected Plugin | BasePluginLoader. loadWithinContextClassLoader(PluginClassLoader classLoader)Executes loading of the plugin within the current context classloader set to the Plugin's classloader. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | PluginUtils. getLogPrefix(Plugin plugin) | 
| protected void | BasePluginLoader. installPluginListeners(Plugin plugin) | 
| static void | PluginUtils. installPluginListeners(Plugin plugin) | 
| protected void | BasePluginLoader. installResourceLoader(Plugin plugin) | 
| static void | PluginUtils. installResourceLoader(Plugin plugin) | 
| void | PluginListener. pluginDestroyed(Plugin plugin) | 
| void | PluginListener. pluginInitialized(Plugin plugin) | 
| Constructor and Description | 
|---|
| PluginEnvironment(Plugin plugin,
                                  PluginLoader loader,
                                  PluginRegistry registry)Constructs a PluginEnvironment representing the given loaded Plugin. | 
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.