File persistentFile = configuration.getPersistentFile();
Properties properties = new Properties();
// If the storable has properties then the configuration has been
// initialized, otherwise it has not.
ExtendedDictionary dictionary = (ExtendedDictionary)
configuration.getProperties();
if (dictionary == null) {
// Don't do anything.
} else {
// Record that the property was initialized.