| Package | Description |
|---|---|
| org.lsst.ccs.localdb.configdb.model |
Overview
|
| Modifier and Type | Method and Description |
|---|---|
ParameterPath |
ConfigurationParameter.getParameterPath() |
ParameterPath |
ConfigurationParameterValue.getPath() |
ParameterPath |
ParameterPath.getPath() |
ParameterPath |
PathObject.getPath() |
ParameterPath |
ConfigurationParameter.getPath() |
static ParameterPath |
ParameterPath.valueOf(String pathString)
reverse operation from toString(): creates a ParameterPath from a String.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ParameterPath,ConfigurationParameter> |
Description.getConfigurationParameters() |
Map<ParameterPath,ConfigurationParameterValue> |
Configuration.getConfigurationParameterValues() |
Map<ParameterPath,ConfigurationParameterValue> |
ConfigurationRun.getRuntimeChanges() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationParameterValue |
ConfigurationRun.getConfigurationParameterValueForRun(ParameterPath path) |
String |
Configuration.getValue(ParameterPath path) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationRun.setRuntimeChanges(Map<ParameterPath,ConfigurationParameterValue> runtimeChanges) |
| Constructor and Description |
|---|
ConfigurationParameter(String agentName,
ParameterPath path,
String typeName,
String description,
String simpleName,
String category,
int level) |
Copyright © 2018 LSST. All rights reserved.