org.apache.tapestry5.internal.services.messages
Class PropertiesFileParserImpl
java.lang.Object
org.apache.tapestry5.internal.services.messages.PropertiesFileParserImpl
- All Implemented Interfaces:
- PropertiesFileParser
public class PropertiesFileParserImpl
- extends Object
- implements PropertiesFileParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesFileParserImpl
public PropertiesFileParserImpl()
parsePropertiesFile
public Map<String,String> parsePropertiesFile(Resource resource)
throws 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:
IOException
Copyright © 2003-2012 The Apache Software Foundation.