| Package | Description |
|---|---|
| org.lsst.ccs.config |
Overview
|
| org.lsst.ccs.framework.annotations |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ParameterSetter> |
ConfigurableSubsystem.parameterSetterDictionary
The dictionary of config changer methods for each component.
|
| Constructor and Description |
|---|
ConfigurableSubsystem(String name,
ConfigurationProxy configProxy,
ConfigurationState initialState,
Map<String,ParameterSetter> parameterSetterDictionary) |
| Modifier and Type | Method and Description |
|---|---|
static ParameterSetter |
ParameterSetterBuilder.buildParameterSetterFromClass(Class<?> klass)
Builds a ComponentParameterSetter object by introspecting the specified
class object.
|
static ParameterSetter |
ParameterSetterBuilder.buildParameterSetterFromObject(Object obj)
Builds a ComponentParameterSetter object by introspecting the specified
object.
|
Copyright © 2016 LSST. All rights reserved.