| Package | Description |
|---|---|
| org.lsst.ccs.config |
Overview
|
| 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,
org.lsst.ccs.bus.states.ConfigurationState initialState,
Map<String,ParameterSetter> parameterSetterDictionary) |
Copyright © 2016 LSST. All rights reserved.