|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertiesFileParser
Used when constructing a component's Messages
object. Responsible for reading the
contents of an individual Resource
.
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. |
Method Detail |
---|
java.util.Map<java.lang.String,java.lang.String> parsePropertiesFile(Resource resource) throws java.io.IOException
CaseInsensitiveMap
should be used. The implementation should not
attempt to cache any values (caching occurs at a higher level, as does reload logic).
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |