Package org.ndviet.library.configuration
Class Configuration
java.lang.Object
org.ndviet.library.configuration.Configuration
- All Implemented Interfaces:
ConfigurationInterface
- Direct Known Subclasses:
JsonConfiguration,PropertiesConfiguration,YamlConfiguration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()abstract Stringabstract voidreadConfigurationFrom(String filePath) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ndviet.library.configuration.ConfigurationInterface
getListValues
-
Field Details
-
m_data
-
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
getData
-
readConfigurationFrom
- Throws:
Exception
-
getValue
- Specified by:
getValuein interfaceConfigurationInterface
-