| Package | Description |
|---|---|
| org.kuali.rice.kew.plugin | |
| org.kuali.rice.kew.resourceloader |
| Modifier and Type | Class and Description |
|---|---|
class |
BasePluginRegistry
A base class for
PluginRegistry implementations. |
class |
ServerPluginRegistry
A PluginRegistry implementation which loads plugins from the file system on the server.
|
| Modifier and Type | Method and Description |
|---|---|
PluginRegistry |
PluginRegistryFactory.createPluginRegistry() |
static PluginRegistry |
PluginUtils.getPluginRegistry() |
| Constructor and Description |
|---|
HotDeployer(PluginRegistry registry,
File sharedPluginDirectory,
List<String> pluginDirectories) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
PluginRegistry |
CoreResourceLoader.getRegistry() |
| Constructor and Description |
|---|
CoreResourceLoader(ServiceLocator serviceLocator,
PluginRegistry registry) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.