| Constructor and Description |
|---|
LocalBootObject(String pathName)
creates a boot Object from a description file name
|
LocalBootObject(String pathName,
String config)
creates a boot Object from a description file name and
a configuration property file.
|
LocalBootObject(String pathName,
String config,
String subsystemAlias,
org.lsst.ccs.config.LocalConfigurationProxy.WriterProvider writerProvider) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigurationName() |
org.lsst.gruth.jutils.DescriptiveNode |
getDescriptiveNode()
returns the initial descriptive Node
(not the one modified by the Configuration Data)
|
org.lsst.gruth.jutils.EffectiveNode |
getEffectiveNode() |
org.lsst.gruth.jutils.DescriptiveNode |
getModifiedDescriptiveNode()
returns the descriptive node as modified by configuration
(could be identical to initial DescriptiveNode)
|
Object |
getRunningObject(String key)
Gets a reference to an object built by the configuration file.
|
Subsystem |
getSubsystem() |
String |
getSubsystemName() |
String |
getTagName() |
public LocalBootObject(String pathName) throws Exception
pathName - Exceptionpublic LocalBootObject(String pathName, String config) throws Exception
pathName - config - can be a file name OR the config name onlyExceptionpublic org.lsst.gruth.jutils.DescriptiveNode getDescriptiveNode()
public org.lsst.gruth.jutils.DescriptiveNode getModifiedDescriptiveNode()
public org.lsst.gruth.jutils.EffectiveNode getEffectiveNode()
public Subsystem getSubsystem()
public String getSubsystemName()
public String getConfigurationName()
public String getTagName()
public Object getRunningObject(String key)
key - Copyright © 2015 LSST. All rights reserved.