com.germinus.easyconf
Class ConfigurationLoader

java.lang.Object
  |
  +--com.germinus.easyconf.ConfigurationLoader

class ConfigurationLoader
extends java.lang.Object

Handles the actual reading of the configuration

Author:
jferrer

Constructor Summary
(package private) ConfigurationLoader()
           
 
Method Summary
 java.lang.Object readConfigurationObject(java.lang.String componentName, ComponentProperties properties)
           
 ComponentProperties readPropertiesConfiguration(java.lang.String componentName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationLoader

ConfigurationLoader()
Method Detail

readPropertiesConfiguration

public ComponentProperties readPropertiesConfiguration(java.lang.String componentName)

readConfigurationObject

public java.lang.Object readConfigurationObject(java.lang.String componentName,
                                                ComponentProperties properties)
                                         throws java.io.IOException,
                                                org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException


Copyright © 2005 EasyConf team. All Rights Reserved.