Lines Matching defs:file
4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
147 * Read an configuration file and set it as the current configuration.
148 * @param file the file to read
151 public static void readConfig(File file) throws IOException {
152 setConfig(Configuration.read(file));
156 * Write the current configuration to a file
157 * @param file the file to write the configuration into
160 public static void writeConfig(File file) throws IOException {
161 getConfig().write(file);
263 log.warning("Error reading config file: " + e.getMessage());
266 log.warning("Error parsing config file: " + e.getMessage());