vsp.readConfig
Class ReadConfigExp
java.lang.Object
vsp.readConfig.ReadConfig
vsp.readConfig.ReadConfigExp
public class ReadConfigExp
- extends ReadConfig
- Author:
- Jan Tichava
config
private ConfigExp config
- Exp config
ReadConfigExp
public ReadConfigExp(String fileName)
throws FileNotFoundException
- Creates new exp reader and call parent
- Parameters:
fileName
-
- Throws:
FileNotFoundException
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