org.apache.tapestry5.internal.services.messages
Class PropertiesFileParserImpl

java.lang.Object
  extended by org.apache.tapestry5.internal.services.messages.PropertiesFileParserImpl
All Implemented Interfaces:
PropertiesFileParser

public class PropertiesFileParserImpl
extends Object
implements PropertiesFileParser


Constructor Summary
PropertiesFileParserImpl()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesFileParserImpl

public PropertiesFileParserImpl()
Method Detail

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.