Package org.ndviet.library.configuration
Class PropertiesConfiguration
java.lang.Object
org.ndviet.library.configuration.AbstractConfiguration
org.ndviet.library.configuration.PropertiesConfiguration
- All Implemented Interfaces:
IConfiguration
-
Field Summary
Fields inherited from class org.ndviet.library.configuration.AbstractConfiguration
m_data -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetListValues(String key) getMapValues(String key) voidreadConfigurationFrom(String filePath) Methods inherited from class org.ndviet.library.configuration.AbstractConfiguration
getData
-
Constructor Details
-
PropertiesConfiguration
public PropertiesConfiguration()
-
-
Method Details
-
readConfigurationFrom
- Specified by:
readConfigurationFromin classAbstractConfiguration- Throws:
Exception
-
getValue
- Specified by:
getValuein interfaceIConfiguration- Specified by:
getValuein classAbstractConfiguration
-
getListValues
- Specified by:
getListValuesin interfaceIConfiguration- Specified by:
getListValuesin classAbstractConfiguration
-
getMapValues
- Specified by:
getMapValuesin interfaceIConfiguration- Specified by:
getMapValuesin classAbstractConfiguration
-