org.apache.geronimo.kernel.config
Class NoOConfigurationDataTransformer
java.lang.Object
org.apache.geronimo.kernel.config.NoOConfigurationDataTransformer
- All Implemented Interfaces:
- ConfigurationDataTransformer
public class NoOConfigurationDataTransformer
- extends Object
- implements ConfigurationDataTransformer
- Version:
- $Rev:$ $Date:$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SINGLETON
public static final ConfigurationDataTransformer SINGLETON
NoOConfigurationDataTransformer
public NoOConfigurationDataTransformer()
transformDependencies
public void transformDependencies(ConfigurationData configurationData)
throws InvalidConfigException
- Specified by:
transformDependencies in interface ConfigurationDataTransformer
- Throws:
InvalidConfigException
transformGBeans
public List<GBeanData> transformGBeans(ClassLoader classLoader,
ConfigurationData configurationData,
List<GBeanData> gbeanDatas)
throws InvalidConfigException
- Specified by:
transformGBeans in interface ConfigurationDataTransformer
- Throws:
InvalidConfigException
remove
public void remove(Artifact configId)
- Specified by:
remove in interface ConfigurationDataTransformer
Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.