|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of the application model created by the parser.public static interface Config.SectionParser<T>
Parses a section of the configuration into an application model object.
Instances must implement hashCode and equals such that model objects can
be cached by using the SectionParser
as a key of a HashMap.
As the SectionParser
itself is used as the key of the internal
HashMap applications should be careful to ensure the SectionParser key
does not retain unnecessary application state which may cause memory to
be held longer than expected.
Method Summary | |
---|---|
T |
parse(Config cfg)
Create a model object from a configuration. |
Method Detail |
---|
T parse(Config cfg)
cfg
- the configuration to read values from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |