| Package | Description |
|---|---|
| org.lsst.ccs.config |
Classes responsible for managing the configuration of a subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Properties> |
ConfigurationProxy.loadCategories(Map<String,String> taggedCategories)
For each pair 'category:configuration' in taggedCategories, the category is loaded
with its specified configuration, categories that are not mentioned are left untouched.
|
void |
ConfigurationHandlerSet.saveChangesForCategories(Map<String,String> taggedCategories) |
void |
ConfigurationProxy.saveChangesForCategoriesAs(Map<String,String> taggedCategories,
List<org.lsst.ccs.bus.data.ConfigurationParameterInfo> values)
Changes made in the specified categories are saved under the newly specified
name for this category, changes on parameters that belong to other categories
are left unchanged.
|
Copyright © 2017 LSST. All rights reserved.