Class AbstractConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.LinkedHashMap m_data  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.LinkedHashMap getData()  
      abstract java.util.List getListValues​(java.lang.String key)  
      abstract java.util.LinkedHashMap getMapValues​(java.lang.String key)  
      abstract java.lang.String getValue​(java.lang.String key)  
      abstract void readConfigurationFrom​(java.lang.String filePath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_data

        protected java.util.LinkedHashMap m_data
    • Constructor Detail

      • AbstractConfiguration

        public AbstractConfiguration()
    • Method Detail

      • getData

        public java.util.LinkedHashMap getData()
      • readConfigurationFrom

        public abstract void readConfigurationFrom​(java.lang.String filePath)
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getValue

        public abstract java.lang.String getValue​(java.lang.String key)
        Specified by:
        getValue in interface IConfiguration
      • getListValues

        public abstract java.util.List getListValues​(java.lang.String key)
        Specified by:
        getListValues in interface IConfiguration
      • getMapValues

        public abstract java.util.LinkedHashMap getMapValues​(java.lang.String key)
        Specified by:
        getMapValues in interface IConfiguration