| Package | Description |
|---|---|
| org.lsst.ccs.description | |
| org.lsst.ccs.description.groovy | |
| org.lsst.ccs.startup |
Codes in this package are mostly mains for applications linked to subsystem startup.
|
| Modifier and Type | Field and Description |
|---|---|
DescriptiveNode |
ComponentFactory.topNode |
| Modifier and Type | Method and Description |
|---|---|
static DescriptiveNode |
ComponentNodeBuilder.buildDescriptiveNode(String fullDescription)
Build a Descriptive node given a fullDescription string of the form
"protocol:descriptionStr".
|
DescriptiveNode |
ComponentNodeBuilder.ComponentNodeFactory.buildDescriptiveNode(String descriptionStr)
Build a descriptive node from the provided description String.
|
DescriptiveNode |
DescriptiveNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
static EffectiveNode |
ComponentNodeBuilder.buildEffectiveNode(DescriptiveNode descriptiveNode)
Builds an EffectiveNode given a DescriptiveNode.
|
| Constructor and Description |
|---|
ComponentFactory(DescriptiveNode topNode)
creates a Factory that will operate from a subtree of this topNode
|
DescriptiveNode(DescriptiveNode parent,
String name,
Map attributes,
Class value) |
EffectiveNode(IndirectMap<String,org.lsst.ccs.description.ComponentNode> registry,
String name,
String key,
Object value,
DescriptiveNode descriptiveNode) |
| Modifier and Type | Method and Description |
|---|---|
DescriptiveNode |
ComponentNodeFactory.buildDescriptiveNode(String descriptionStr) |
protected DescriptiveNode |
ComponentBuilder.getCurrentNode() |
| Modifier and Type | Method and Description |
|---|---|
static DescriptiveNode |
BootUtils.getLatestInCache() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BootUtils.saveInCache(DescriptiveNode node,
String subsystemName,
String configName,
String tag)
saves the latest run configuration in a local cache.
|
Copyright © 2016 LSST. All rights reserved.