org.apache.geronimo.kernel.config
Interface ConfigurationDataTransformer
- All Known Implementing Classes:
- NoOConfigurationDataTransformer
public interface ConfigurationDataTransformer
- Version:
- $Rev:$ $Date:$
transformDependencies
void transformDependencies(ConfigurationData configurationData)
throws InvalidConfigException
- Throws:
InvalidConfigException
transformGBeans
List<GBeanData> transformGBeans(ClassLoader classLoader,
ConfigurationData configurationData,
List<GBeanData> gbeanDatas)
throws InvalidConfigException
- Throws:
InvalidConfigException
remove
void remove(Artifact configId)
Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.