
See: Description
| Interface | Description |
|---|---|
| ConfigurationBulkChangeHandler |
An interface that gives a component more control on how to validate / set a
bulk change of configuration parameters.
|
| ConfigurationDAO |
DAO interface to configuration data.
|
| HasConfigurationParameterDescription |
Interface to be implemented by classes that wish to overwrite the configuration
parameter description as specified by the ConfigurationParameter annotation.
|
| Class | Description |
|---|---|
| CategoryDescription |
Class that describes a category tag, i.e.
|
| CategoryHandler |
Handles a category of parameters.
|
| ConfigurationDescription |
An object that describes an Agent's full configuration.
|
| ConfigurationHandler |
Encapsulates the logic of setting configurable parameters for a given
component.
|
| ConfigurationHandlerBuilder |
Builder for ComponentConfigurationHandler objects.
|
| ConfigurationHandlerSet |
A set of several ConfigurationHandlers.
|
| ConfigurationParameterDescription |
A configuration parameter description class.
|
| ConfigurationParameterHandler | |
| ConfigurationView |
A view of the configuration parameters values, ordered by the component they
belong to.
|
| LocalConfigurationDAO |
Local file based implementation of interface ConfigurationDAO.
|
| PackCst |
Constants for this package.
|
| PropertiesPrintWriter |
a PrintWriter dedicated to writing properties files.
|
| SingleCategoryTag |
A class describing a single category tag.
|
| SingleCategoryTagData |
A Class containing data for a single Configuration Category Tag.
|
| WriterProvider |
Generic interface for writing, reading and finding properties files against
a pattern.
|
| Exception | Description |
|---|---|
| BulkSettingException |
An exception occurring during the setting step of a bulk change.
|
| BulkValidationException |
An exception occurring during the validation step of a bulk change.
|
| ConfigurationServiceException |
Exception standing for issues accessing the configuration service.
|
Copyright © 2021 LSST. All rights reserved.