|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.messages.PropertiesFileParserImpl
public class PropertiesFileParserImpl
Constructor Summary | |
---|---|
PropertiesFileParserImpl()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.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 |
---|
public PropertiesFileParserImpl()
Method Detail |
---|
public java.util.Map<java.lang.String,java.lang.String> parsePropertiesFile(Resource resource) throws java.io.IOException
PropertiesFileParser
CaseInsensitiveMap
should be used. The implementation should not
attempt to cache any values (caching occurs at a higher level, as does reload logic).
parsePropertiesFile
in interface PropertiesFileParser
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |