| Package | Description |
|---|---|
| org.lsst.ccs.config |
Overview
|
| org.lsst.ccs.framework | |
| org.lsst.ccs.startup |
Codes in this package are mostly mains for applications linked to subsystem startup.
|
| 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.
|
Map<String,Properties> |
LocalConfigurationProxy.loadCategories(Map<String,String> taggedCategories) |
void |
ConfigurableSubsystem.loadCategories(String... taggedCategories)
Loads the configuration specified for each category, parameters that belong
to other categories are left unchanged.
|
void |
ConfigurableSubsystem.loadConfiguration(String... taggedCategories)
Loads the configuration specified for each category specified in configName
and loads the default configuration for the other categories.
|
void |
ConfigurableSubsystem.saveAllChanges()
Saves all changes in their current configuration.
|
void |
ConfigurableSubsystem.saveChangesForCategories(String... categories)
Changes made in the specified categories are saved under the current configuration
for this category, changes on parameters that belong to other categories
are left unchanged.
|
void |
ConfigurationProxy.saveChangesForCategoriesAs(Map<String,String> taggedCategories)
Tagged categories in taggedCategories are saved under a new tag name.
|
void |
LocalConfigurationProxy.saveChangesForCategoriesAs(Map<String,String> taggedCategories)
Tagged categories are saved under a new tag name.
|
void |
ConfigurableSubsystem.saveChangesForCategoriesAs(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configurable.Environment.saveAllChanges()
Saves all changes in their current configuration.
|
void |
Configurable.Environment.saveChangesForCategories(String... categories)
Changes made in the specified categories are saved under the current configuration
for this category, changes on parameters that belong to other categories
are left unchanged.
|
void |
Configurable.Environment.saveChangesForCategoriesAs(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationEnvironment.saveAllChanges()
Saves all changes in their current configuration.
|
void |
ConfigurationEnvironment.saveChangesForCategories(String... categories)
Changes made in the specified categories are saved under the current configuration
for this category, changes on parameters that belong to other categories
are left unchanged.
|
void |
ConfigurationEnvironment.saveChangesForCategoriesAs(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.