| Constructor and Description |
|---|
LocalBootObject(String pathName)
creates a boot Object from a description file name
|
LocalBootObject(String fullDescription,
String config)
creates a boot Object from a description file name and
a configuration property file.
|
LocalBootObject(String fullDescription,
String config,
String subsystemAlias) |
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.description.DescriptiveNode |
getDescriptiveNode()
Gets the initial descriptive node, ie the DescriptiveNode that is
built out of the description file only.
|
org.lsst.ccs.description.DescriptiveNode |
getModifiedDescriptiveNode()
returns the descriptive node as modified by configuration.
|
Object |
getRunningObject(String key)
Gets a reference to a component built by the description file.
|
Subsystem |
getSubsystem() |
String |
getSubsystemName() |
String |
getTagName() |
public LocalBootObject(String pathName) throws Exception
pathName - Exceptionpublic LocalBootObject(String fullDescription, String config) throws Exception
fullDescription - config - can be a file name OR the config name onlyExceptionpublic org.lsst.ccs.description.DescriptiveNode getDescriptiveNode()
DescriptiveNode objectpublic org.lsst.ccs.description.DescriptiveNode getModifiedDescriptiveNode()
DescriptiveNode objectpublic Subsystem getSubsystem()
public String getSubsystemName()
public String getTagName()
public Object getRunningObject(String key)
key - the name of the component.Copyright © 2015 LSST. All rights reserved.