dfki.util.config
Class JavaPropertyReader

java.lang.Object
  |
  +--dfki.util.config.ConfigReader
        |
        +--dfki.util.config.JavaPropertyReader

public class JavaPropertyReader
extends ConfigReader


Inner classes inherited from class dfki.util.config.ConfigReader
ConfigReader.Exception
 
Constructor Summary
JavaPropertyReader(java.util.Properties props)
           
 
Method Summary
 java.util.Map readPropertySettings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaPropertyReader

public JavaPropertyReader(java.util.Properties props)
Method Detail

readPropertySettings

public java.util.Map readPropertySettings()
                                   throws ConfigReader.Exception
Overrides:
readPropertySettings in class ConfigReader