| Package | Description |
|---|---|
| org.lsst.ccs.config |
Overview
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentDescriptor |
BootCommand.getDescriptor() |
DeploymentDescriptor |
BootStatus.getOptionalDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentDescriptor> |
SubsystemDescription.getDeployDescriptors()
The list of deployment descriptors is modifiable only for objects
not yet registered in database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubsystemDescription.addDeploymentDescriptors(DeploymentDescriptor... descriptors)
adds a list of Deployment Descriptors
|
void |
SubsystemDescription.removeDeploymentDescriptors(DeploymentDescriptor... descriptors)
removes a list of Deployment Descriptors
|
void |
BootCommand.setDescriptor(DeploymentDescriptor descriptor) |
void |
BootStatus.setOptionalDescriptor(DeploymentDescriptor optionalDescriptor) |
Copyright © 2015 LSST. All rights reserved.