Uses of Interface
org.kuali.rice.kew.plugin.PluginLoader

Packages that use PluginLoader
org.kuali.rice.kew.plugin   
 

Uses of PluginLoader in org.kuali.rice.kew.plugin
 

Classes in org.kuali.rice.kew.plugin that implement PluginLoader
 class BasePluginLoader
          Abstract base PluginLoader implementation.
 class ZipFilePluginLoader
          Loads a plugin from a zip file on the file system.
 

Methods in org.kuali.rice.kew.plugin that return PluginLoader
 PluginLoader PluginEnvironment.getLoader()
          Gets the PluginLoader which loaded the Plugin in this environment.
 

Constructors in org.kuali.rice.kew.plugin with parameters of type PluginLoader
PluginEnvironment(PluginLoader loader, PluginRegistry registry)
          Constructs an unloaded PluginEnvironment from the given PluginLoader and PluginRegistry.
PluginEnvironment(Plugin plugin, PluginLoader loader, PluginRegistry registry)
          Constructs a PluginEnvironment representing the given loaded Plugin.
 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.