| Package | Description |
|---|---|
| org.lsst.ccs.config |
Overview
|
| org.lsst.ccs.startup |
Codes in this package are mostly mains for applications linked to subsystem startup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalConfigurationProxy
Configuration proxy that registers configurations locally as properties files.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationProxy |
ConfigurableSubsystem.configurationProxy
Provides access to the configuration service.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationProxy |
ConfigurableSubsystem.getConfigurationProxy() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConfigurableSubsystem.setConfigurationProxy(ConfigurationProxy configurationProxy)
this method should not be used once the proxy is delegated to all components
so it should not be public!
|
| Constructor and Description |
|---|
ConfigurableSubsystem(String name,
ConfigurationProxy configProxy,
ConfigurationState initialState,
Map<String,ParameterSetter> parameterSetterDictionary) |
| Constructor and Description |
|---|
ConfigurationEnvironment(String name,
ConfigurationProxy configurationProxy,
ComponentLookupService lookupService,
ConfigurableSubsystem s)
Creates an Environment for a Configurable object.
|
Copyright © 2016 LSST. All rights reserved.