Uses of Class
org.lsst.ccs.config.DeploymentDescriptor

Packages that use DeploymentDescriptor
org.lsst.ccs.config Overview 
 

Uses of DeploymentDescriptor in org.lsst.ccs.config
 

Methods in org.lsst.ccs.config that return DeploymentDescriptor
 DeploymentDescriptor BootCommand.getDescriptor()
           
 DeploymentDescriptor BootStatus.getOptionalDescriptor()
           
 

Methods in org.lsst.ccs.config that return types with arguments of type DeploymentDescriptor
 List<DeploymentDescriptor> SubsystemDescription.getDeployDescriptors()
          The list of deployment descriptors is modifiable only for objects not yet registered in database.
 

Methods in org.lsst.ccs.config with parameters of type DeploymentDescriptor
 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 © 2013 LSST. All Rights Reserved.