Changes between Version 6 and Version 7 of PLUGIN_SUPPORT_LIB_CONFIGURING_R1


Ignore:
Timestamp:
06/08/09 16:30:47 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_SUPPORT_LIB_CONFIGURING_R1

    v6 v7  
    8282  * When a Configuration for a given file is constructed, all entries are read from that file and stored in the list. 
    8383 
    84  * Class {{{ConfigurationPersister}}} that loads/saves configuration files. 
     84 * Class {{{ConfigurationPersister}}} that loads/saves configuration files from/to Storage. 
    8585  * Use the following structure for the storage, where "value" is the storage for the value of the configuration key, created with the according persister: 
    8686   * configuration 
     
    9191     * key 
    9292     * 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. 
    9498 
    9599 * Singleton class {{{ConfigurationManager}}}.