vsp.readConfig
Class ReadConfigExp

java.lang.Object
  extended by vsp.readConfig.ReadConfig
      extended by vsp.readConfig.ReadConfigExp

public class ReadConfigExp
extends ReadConfig

Author:
Jan Tichava

Field Summary
private  ConfigExp config
          Exp config
 
Constructor Summary
ReadConfigExp(String fileName)
          Creates new exp reader and call parent
 
Method Summary
 Config read()
          Read config file
private  ConfigExp readBody(ConfigExp config)
          Read config body
 
Methods inherited from class vsp.readConfig.ReadConfig
finalize, readHead, readHead, readLine
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

private ConfigExp config
Exp config

Constructor Detail

ReadConfigExp

public ReadConfigExp(String fileName)
              throws FileNotFoundException
Creates new exp reader and call parent

Parameters:
fileName -
Throws:
FileNotFoundException
Method Detail

readBody

private ConfigExp readBody(ConfigExp config)
                    throws NumberFormatException,
                           IOException
Read config body

Parameters:
config -
Returns:
Throws:
NumberFormatException
IOException

read

public Config read()
            throws NumberFormatException,
                   IOException
Read config file

Specified by:
read in class ReadConfig
Returns:
Throws:
NumberFormatException
IOException