Changes between Version 10 and Version 11 of PLUGIN_SUPPORT_LIB_CONFIGURING_R1


Ignore:
Timestamp:
06/12/09 18:15:21 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_SUPPORT_LIB_CONFIGURING_R1

    v10 v11  
    104104   * Given the file name in the key, finds the corresponding Configuration and then returns the result of Configuration.getValue. 
    105105  * {{{setValue(ConfigKey<T> key, T value)}}} 
    106    * Given the file name in the key, finds the corresponding Configuration and sets the new value for that key. Saves the configuration using the persister (see below). 
     106   * Given the file name in the key, finds the corresponding Configuration and sets the new value for that key. 
    107107  * When a Configuration for a given file is constructed, all entries are read from that file and stored in the list. 
     108  * Method {{{saveAll}}} that saves all configurations using the persisters. 
     109   * This method should be invoking when stopping the {{{base.config}}} module. 
    108110 
    109111 * In {{{BugReportLogic}}} 
     
    116118 
    117119= Implementation = 
    118  * [3228], [3238], [3284],  
     120 * [3228], [3238], [3284], [3427], [3428] 
    119121 
    120122= Testing =