Changes between Version 10 and Version 11 of PLUGIN_SUPPORT_LIB_CONFIGURING_R1
- Timestamp:
- 06/12/09 18:15:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_SUPPORT_LIB_CONFIGURING_R1
v10 v11 104 104 * Given the file name in the key, finds the corresponding Configuration and then returns the result of Configuration.getValue. 105 105 * {{{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. 107 107 * 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. 108 110 109 111 * In {{{BugReportLogic}}} … … 116 118 117 119 = Implementation = 118 * [3228], [3238], [3284], 120 * [3228], [3238], [3284], [3427], [3428] 119 121 120 122 = Testing =