|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dfki.util.config.ConfigReader
Abstract class for reading property settings.
Look at the direct subclasses of ConfigReader
for
currently available readers.
Inner Class Summary | |
static class |
ConfigReader.Exception
Exception denoting errors while reading property settings. |
Constructor Summary | |
ConfigReader()
|
Method Summary | |
abstract java.util.Map |
readPropertySettings()
Reads the property settings into a map. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfigReader()
Method Detail |
public abstract java.util.Map readPropertySettings() throws ConfigReader.Exception
String
or String[]
(in case of a multivalued property).ConfigReader.Exception
- Denoting a failure while generating
the property value map.Config.Property
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |