Class PropertiesFileParserImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> parsePropertiesFile​(Resource resource)
      Read the contents of the file (which is expected to exist) and return it as a Map of string keys and values (as CaseInsensitiveMap should be used.
      • Methods inherited from class java.lang.Object

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

      • parsePropertiesFile

        public java.util.Map<java.lang.String,​java.lang.String> parsePropertiesFile​(Resource resource)
                                                                                   throws java.io.IOException
        Description copied from interface: PropertiesFileParser
        Read the contents of the file (which is expected to exist) and return it as a Map of string keys and values (as CaseInsensitiveMap should be used. The implementation should not attempt to cache any values (caching occurs at a higher level, as does reload logic).
        Specified by:
        parsePropertiesFile in interface PropertiesFileParser
        Throws:
        java.io.IOException