|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |