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