public interface PropertiesFileParser
Messages
object. Responsible for reading the
contents of an individual Resource
.Modifier and Type | Method and Description |
---|---|
Map<String,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. |
Map<String,String> parsePropertiesFile(Resource resource) throws IOException
CaseInsensitiveMap
should be used. The implementation should not
attempt to cache any values (caching occurs at a higher level, as does reload logic).IOException
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.