Class Config

java.lang.Object
  |
  +--Config

public class Config
extends java.lang.Object

DeTable.Config.java reads the runtime-arguments from the command-line or (if specifed via command-line) from a file.

Author:
guenther sommer

Constructor Summary
Config(java.lang.String[] Args)
          goes through the list of arguments and sets the state-properties of the object as specifed through the arguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Config

public Config(java.lang.String[] Args)
       throws java.io.FileNotFoundException,
              java.io.IOException
goes through the list of arguments and sets the state-properties of the object as specifed through the arguments
Parameters:
Args - arguments
Throws:
java.io.FileNotFoundException -  
java.io.IOException -