org.dllearner.gui
Class ConfigSave
java.lang.Object
org.dllearner.gui.ConfigSave
public class ConfigSave
- extends Object
Save a conf file.
- Author:
- Jens Lehmann, Tilo Hielscher
|
Method Summary |
void |
saveFile(File file)
Save current configuration to a conf file. |
ConfigSave
public ConfigSave(Config config)
- Creates object to save config.
- Parameters:
config - The central configuration handler.
saveFile
public void saveFile(File file)
throws IOException
- Save current configuration to a conf file.
- Parameters:
file - The conf file to save to.
- Throws:
IOException - Thrown if any IO errors occurr while writing the file.
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann