- CategoryDataChain - Class in org.lsst.ccs.config
-
A Class to chain together SingleCategoryTagData entries for a given category.
- CategoryDataChain(String) - Constructor for class org.lsst.ccs.config.CategoryDataChain
-
- categoryDataChainMap - Variable in class org.lsst.ccs.config.ConfigurationLoadedData
-
- CategoryHandler - Class in org.lsst.ccs.config
-
Handles a category of parameters.
- checkAgainstConstraints(Object) - Method in class org.lsst.ccs.config.ConfigurationParameterHandler
-
- close() - Method in interface org.lsst.ccs.config.ConfigurationDAO
-
Called when the DAO is no longer used (typically at shutdown).
- close() - Method in class org.lsst.ccs.config.RemoteFileServer
-
Close the connection to the underlying FileSystem.
- commitBulkChange(ConfigurationDescription) - Method in class org.lsst.ccs.config.ConfigurationHandlerSet
-
This commit operation should operate under the control of a configuration lock.
- commitBulkChange(ConfigurationDescription, String) - Method in class org.lsst.ccs.config.ConfigurationHandlerSet
-
- compareTo(ConfigurationParameterHandler) - Method in class org.lsst.ccs.config.ConfigurationParameterHandler
-
- ConfigurationBulkChangeHandler - Interface in org.lsst.ccs.config
-
An interface that gives a component more control on how to validate / set a
bulk change of configuration parameters.
- ConfigurationDAO - Interface in org.lsst.ccs.config
-
DAO interface to configuration data.
- ConfigurationHandler - Class in org.lsst.ccs.config
-
Encapsulates the logic of setting configurable parameters for a given
component.
- ConfigurationHandlerBuilder - Class in org.lsst.ccs.config
-
Builder for ComponentConfigurationHandler objects.
- ConfigurationHandlerSet - Class in org.lsst.ccs.config
-
A set of several ConfigurationHandlers.
- ConfigurationHandlerSet(boolean, boolean) - Constructor for class org.lsst.ccs.config.ConfigurationHandlerSet
-
- ConfigurationHandlerSet() - Constructor for class org.lsst.ccs.config.ConfigurationHandlerSet
-
- ConfigurationHandlerSet.CollectionDataChainProcessor - Class in org.lsst.ccs.config
-
- ConfigurationLoadedData - Class in org.lsst.ccs.config
-
A class containing the loaded configuration data.
- ConfigurationLoadedData() - Constructor for class org.lsst.ccs.config.ConfigurationLoadedData
-
- ConfigurationParameterDataChainProcessor - Interface in org.lsst.ccs.config
-
A class meant to process a stack of parameter values, as defined when
loading multiple tags, and return a single parameter value.
- ConfigurationParameterDescription - Class in org.lsst.ccs.config
-
A configuration parameter description class.
- ConfigurationParameterDescription() - Constructor for class org.lsst.ccs.config.ConfigurationParameterDescription
-
- ConfigurationParameterHandler - Class in org.lsst.ccs.config
-
- ConfigurationParameterTaggedValue - Class in org.lsst.ccs.config
-
A class that matches the value of a configuration parameter with the
SingleCategoryTag from which it originated.
- ConfigurationParameterTaggedValue(String, String, SingleCategoryTag) - Constructor for class org.lsst.ccs.config.ConfigurationParameterTaggedValue
-
- ConfigurationServiceException - Exception in org.lsst.ccs.config
-
Exception standing for issues accessing the configuration service.
- ConfigurationServiceException(String, Throwable) - Constructor for exception org.lsst.ccs.config.ConfigurationServiceException
-
- ConfigurationView - Class in org.lsst.ccs.config
-
A view of the configuration parameters values, ordered by the component they
belong to.
- ConfigurationView() - Constructor for class org.lsst.ccs.config.ConfigurationView
-
- ConfigurationView(ConfigurationView) - Constructor for class org.lsst.ccs.config.ConfigurationView
-
- ConfigurationView(ConfigurationDescription) - Constructor for class org.lsst.ccs.config.ConfigurationView
-
- ConfigurationView(SingleCategoryTagData) - Constructor for class org.lsst.ccs.config.ConfigurationView
-
- containsPath(ParameterPath) - Method in class org.lsst.ccs.config.ConfigurationView
-
- convert(String) - Method in class org.lsst.ccs.config.ConfigurationParameterHandler
-