* @throws Exception
*/
public static void addFromFile(String file)
throws FileNotFoundException {
ConfFile m = new MainConfFile();
m.readFile(file);
INSTANCE.config.add(m);
}
/**
* Use this method to persist a serializable value identified by a unique id.