Interface PropertiesFileParser

    • Method Detail

      • parsePropertiesFile

        <,​> parsePropertiesFile​(Resource resource)
                                              throws 
        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).
        Throws: