Added a method allowing purge of the configuration file

cusax-fix
Emil Ivov 20 years ago
parent 10a31d1540
commit d7fcccf4c6

@ -232,4 +232,11 @@ public void storeConfiguration()
public void reloadConfiguration()
throws IOException, XMLException;
/**
* Removes all locally stored properties leaving an empty configuration.
* Implementations that use a file for storing properties may simply delete
* it when this method is called.
*/
public void purgeStoredConfiguration();
}

Loading…
Cancel
Save