|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dfki.util.config.ConfigReader | +--dfki.util.config.JavaPropertyReader
Reads property settings out of an original java property instance.
Inner classes inherited from class dfki.util.config.ConfigReader |
ConfigReader.Exception |
Constructor Summary | |
JavaPropertyReader(java.util.Properties props)
|
Method Summary | |
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 JavaPropertyReader(java.util.Properties props)
Method Detail |
public java.util.Map readPropertySettings() throws ConfigReader.Exception
ConfigReader
String
or String[]
(in case of a multivalued property).readPropertySettings
in class ConfigReader
dfki.util.config.ConfigReader
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 |