|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluginRegistry
Maintains a registry of Plugins and allows for loading of resources from those plugins. It is up to the PluginRegistry implementation to determine the resource loading strategy if it contains more than a single plugin.
Field Summary |
---|
Fields inherited from interface org.kuali.rice.core.api.resourceloader.ResourceLoader |
---|
EMBEDDED_CLIENT_APP_RESOURCE_LOADER, EMBEDDED_PLUGIN, KSB_CONFIGURER_CONTAINER_NAME, PLUGIN_REGISTRY_LOADER_NAME, RMI_PLUGIN, ROOT_RESOURCE_LOADER_NAME, WEB_SERVICE_PLUGIN |
Method Summary | |
---|---|
void |
addPluginEnvironment(PluginEnvironment pluginEnvironment)
|
PluginEnvironment |
getPluginEnvironment(String pluginName)
|
List<PluginEnvironment> |
getPluginEnvironments()
|
PluginEnvironment |
removePluginEnvironment(String pluginName)
|
Methods inherited from interface org.kuali.rice.core.api.resourceloader.ResourceLoader |
---|
addResourceLoader, addResourceLoaderFirst, getContents, getName, getResourceLoader, getResourceLoaderNames, getResourceLoaders, removeResourceLoader, setName |
Methods inherited from interface org.kuali.rice.core.api.resourceloader.ObjectLoader |
---|
getObject |
Methods inherited from interface org.kuali.rice.core.api.resourceloader.ServiceLocator |
---|
getService |
Methods inherited from interface org.kuali.rice.core.api.lifecycle.Lifecycle |
---|
isStarted, start, stop |
Method Detail |
---|
List<PluginEnvironment> getPluginEnvironments()
void addPluginEnvironment(PluginEnvironment pluginEnvironment)
PluginEnvironment removePluginEnvironment(String pluginName)
PluginEnvironment getPluginEnvironment(String pluginName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |