org.lsst.ccs.startup
Class BootUtils.LocalBootObject

java.lang.Object
  extended by org.lsst.ccs.startup.BootUtils.LocalBootObject
Enclosing class:
BootUtils

public static class BootUtils.LocalBootObject
extends Object


Constructor Summary
BootUtils.LocalBootObject(String pathName)
           
BootUtils.LocalBootObject(String pathName, String configFileName)
           
 
Method Summary
 String getConfigurationName()
           
 org.lsst.gruth.jutils.ComponentNode getDescriptiveNode()
           
 org.lsst.gruth.jutils.ComponentNode getEffectiveNode()
           
 Object getRunningObject(String key)
           
 org.lsst.ccs.Subsystem getSubsystem()
           
 String getSubsystemName()
           
 String getTagName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootUtils.LocalBootObject

public BootUtils.LocalBootObject(String pathName)
                          throws Exception
Throws:
Exception

BootUtils.LocalBootObject

public BootUtils.LocalBootObject(String pathName,
                                 String configFileName)
                          throws Exception
Throws:
Exception
Method Detail

getDescriptiveNode

public org.lsst.gruth.jutils.ComponentNode getDescriptiveNode()

getEffectiveNode

public org.lsst.gruth.jutils.ComponentNode getEffectiveNode()

getSubsystem

public org.lsst.ccs.Subsystem getSubsystem()

getSubsystemName

public String getSubsystemName()

getConfigurationName

public String getConfigurationName()

getTagName

public String getTagName()

getRunningObject

public Object getRunningObject(String key)


Copyright © 2013 LSST. All Rights Reserved.