dfki.util.config
Class SystemPropertyReader

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

public class SystemPropertyReader
extends ConfigReader


Inner classes inherited from class dfki.util.config.ConfigReader
ConfigReader.Exception
 
Constructor Summary
SystemPropertyReader()
           
 
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

SystemPropertyReader

public SystemPropertyReader()
Method Detail

readPropertySettings

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