Class PropertiesFileParserImpl
java.lang.Object
org.apache.tapestry5.internal.services.messages.PropertiesFileParserImpl
- All Implemented Interfaces:
PropertiesFileParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparsePropertiesFile
(Resource resource) Read the contents of the file (which is expected to exist) and return it as a Map of string keys and values (asCaseInsensitiveMap
should be used.
-
Constructor Details
-
PropertiesFileParserImpl
public PropertiesFileParserImpl()
-
-
Method Details
-
parsePropertiesFile
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 (asCaseInsensitiveMap
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 interfacePropertiesFileParser
- Throws:
IOException
-