| 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 | 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) |
ConfigurationEnvironment(String name,
Configurable currentObject,
ConfigurationProxy configurationProxy,
ComponentLookupService lookupService)
Creates an Environment for a Configurable object.
|
Copyright © 2015 LSST. All rights reserved.