org.apache.geronimo.system.configuration
Interface PluginAttributeStore
- All Superinterfaces:
- ManageableAttributeStore
- All Known Subinterfaces:
- LocalPluginAttributeStore
- All Known Implementing Classes:
- LocalAttributeManager, SwitchableLocalAttributeManager
public interface PluginAttributeStore
- extends ManageableAttributeStore
Extension to the ManageableAttributeStore that supports the plugin
installer.
- Version:
- $Rev: 809078 $ $Date: 2009-08-29 08:51:12 +0800 (Sat, 29 Aug 2009) $
setModuleGBeans
void setModuleGBeans(Artifact moduleName,
java.util.List<GbeanType> gbeans,
boolean load,
java.lang.String condition)
throws InvalidGBeanException
- Adds a group of settings to the attribute store. This is used by e.g.
the plugin installer to add the settings needed for a new plugin.
- Throws:
InvalidGBeanException
addConfigSubstitutions
void addConfigSubstitutions(java.util.Properties properties)
isModuleInstalled
boolean isModuleInstalled(Artifact artifact)
substitute
java.lang.String substitute(java.lang.String in)
Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.