public class ConfigFileIO extends Object
| Constructor and Description |
|---|
ConfigFileIO(File configFile,
SyntaxErrorNotifiable sen)
Creates a new instance of ConfigFileIO
|
| Modifier and Type | Method and Description |
|---|---|
void |
apendConfigElement(ConfigElement ce) |
ConfigElement[] |
configElements() |
void |
read() |
void |
write() |
public ConfigFileIO(File configFile, SyntaxErrorNotifiable sen)
configFile - sen - public void apendConfigElement(ConfigElement ce)
ce - public ConfigElement[] configElements()
public void read()
throws IOException
IOExceptionpublic void write()
throws IOException
IOExceptionCopyright © 2020 Software Atelier Kamber. All rights reserved.