Class ConfigurationParser<C extends ConfigLoader>
java.lang.Object
com.sun.enterprise.config.modularity.parser.ConfigurationParser<C>
This is a class to create the ConfigBeanProxy from the xml an xml snippet
- Author:
- Bhakti Mehta, Masoud Kalali
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends org.jvnet.hk2.config.ConfigBeanProxy>
void
-
Constructor Details
-
ConfigurationParser
public ConfigurationParser()
-
-
Method Details
-
parseAndSetConfigBean
public <T extends org.jvnet.hk2.config.ConfigBeanProxy> void parseAndSetConfigBean(List<ConfigBeanDefaultValue> values) - Type Parameters:
T- the ConfigBeanProxy type we are looking for
-