Changes between Version 6 and Version 7 of PLUGIN_SUPPORT_LIB_CONFIGURING_R1
- Timestamp:
- 06/08/09 16:30:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_SUPPORT_LIB_CONFIGURING_R1
v6 v7 82 82 * When a Configuration for a given file is constructed, all entries are read from that file and stored in the list. 83 83 84 * Class {{{ConfigurationPersister}}} that loads/saves configuration files .84 * Class {{{ConfigurationPersister}}} that loads/saves configuration files from/to Storage. 85 85 * Use the following structure for the storage, where "value" is the storage for the value of the configuration key, created with the according persister: 86 86 * configuration … … 91 91 * key 92 92 * value 93 * Register the persister as an extension. 93 * Schema: "configuration|storage|conf" 94 * Class {{{ConfigurationFilePersister}}} that loads/saves Storage from/to *.conf files. 95 * Create an XML tag for each of the above storage nodes (configuration, entry, etc.) 96 * Schema: "storage|xml|conf" 97 * Register the persisters as extensions. 94 98 95 99 * Singleton class {{{ConfigurationManager}}}.