public interface ConfigFileParser
Modifier and Type | Method and Description |
---|---|
boolean |
getSuccess()
is true if the reading was successful.
|
void |
readConfigFile(java.lang.String filename)
Reads the configuration from the file denoted by filename
|
void readConfigFile(java.lang.String filename) throws java.io.IOException
filename
- the file namejava.io.IOException
- may happen during readingboolean getSuccess()