org.glassfish.kernel.config
Class DefaultConfigParser

java.lang.Object
  extended by org.glassfish.kernel.config.DefaultConfigParser
All Implemented Interfaces:
ConfigParser

@Service
public class DefaultConfigParser
extends Object
implements ConfigParser

Author:
Jerome Dochez, Vivek Pandey

Constructor Summary
DefaultConfigParser()
           
 
Method Summary
<T extends Container>
T
parseContainerConfig(org.jvnet.hk2.component.Habitat habitat, URL configuration, Class<T> configType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConfigParser

public DefaultConfigParser()
Method Detail

parseContainerConfig

public <T extends Container> T parseContainerConfig(org.jvnet.hk2.component.Habitat habitat,
                                                    URL configuration,
                                                    Class<T> configType)
                                         throws IOException
Specified by:
parseContainerConfig in interface ConfigParser
Throws:
IOException


Copyright © 2012. All Rights Reserved.