| Package | Description |
|---|---|
| org.kuali.rice.kew.plugin |
| Modifier and Type | Class and Description |
|---|---|
class |
BasePluginLoader
Abstract base PluginLoader implementation.
|
class |
ZipFilePluginLoader
Loads a plugin from a zip file on the file system.
|
| Modifier and Type | Method and Description |
|---|---|
PluginLoader |
PluginEnvironment.getLoader()
Gets the PluginLoader which loaded the Plugin in this environment.
|
| Constructor and Description |
|---|
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–2016 The Kuali Foundation. All rights reserved.