| Package | Description |
|---|---|
| org.lsst.ccs.config |
Classes responsible for managing the configuration of a subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
SingleCategoryTagData |
ConfigurationDAO.loadCategoryTag(org.lsst.ccs.config.SingleCategoryTag singleCategoryTag)
Load the configuration data for a SingleCategoryTag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryDataChain.addSingleCategoryTagData(SingleCategoryTagData tagData)
Add a SingleCategoryTagData to the chain of existing SingleCategoryTagData.
|
org.lsst.ccs.config.SingleCategoryTag |
ConfigurationDAO.saveCategoryTagData(SingleCategoryTagData singleCategoryTagData)
Save the data included in the provided SingleCategoryTag object.
|
| Constructor and Description |
|---|
ConfigurationView(SingleCategoryTagData tagData) |
SingleCategoryTagData(SingleCategoryTagData singleCategoryTagData) |
Copyright © 2021 LSST. All rights reserved.