| Package | Description |
|---|---|
| org.lsst.ccs.config |
Overview
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Properties> |
LocalConfigurationProxy.loadCategories(Map<String,String> taggedCategories) |
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 |
ConfigurableSubsystem.saveAllChanges()
Saves all changes in their current configuration.
|
void |
LocalConfigurationProxy.saveChangesForCategoriesAs(Map<String,String> taggedCategories)
Tagged categories are saved under a new tag name.
|
void |
ConfigurationProxy.saveChangesForCategoriesAs(Map<String,String> taggedCategories)
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 © 2016 LSST. All rights reserved.