| Package | Description |
|---|---|
| org.lsst.ccs.framework | |
| org.lsst.ccs.startup |
Codes in this package are mostly mains for applications linked to subsystem startup.
|
| Modifier and Type | Field and Description |
|---|---|
protected Configurable.Environment |
Module.environment |
protected Configurable.Environment |
ConfigurableComponent.environment |
| Modifier and Type | Method and Description |
|---|---|
Configurable.Environment |
Module.getEnvironment() |
Configurable.Environment |
Configurable.getEnvironment() |
Configurable.Environment |
ConfigurableComponent.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
Module.setEnvironment(Configurable.Environment environment) |
void |
Configurable.setEnvironment(Configurable.Environment environment)
sets the current Environment Object for the Component.
|
void |
ConfigurableComponent.setEnvironment(Configurable.Environment environment)
not to be called by user's code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationEnvironment
instances of this class are created by the subsystem startup.
|
Copyright © 2016 LSST. All rights reserved.