org.lsst.ccs.config
Class PreparedConfiguration

java.lang.Object
  extended by org.lsst.ccs.config.PreparedConfiguration
All Implemented Interfaces:
Serializable

@Entity
public class PreparedConfiguration
extends Object
implements Serializable

objects of this class represent a complete set of data with modified configuration parameters that can be used to start a subsystem.

See Also:
Serialized Form

Constructor Summary
PreparedConfiguration(ConfigProfile profile)
           
PreparedConfiguration(String namedReference, String tag, String subsystemName, String user, boolean fromProfile, org.lsst.gruth.jutils.ComponentNode configuredData)
           
 
Method Summary
 String getConfigName()
           
 org.lsst.gruth.jutils.ComponentNode getConfiguredData()
           
 NamesAndTag getNameAndTag()
           
 String getSubsystemName()
           
 String getTag()
           
 String getUser()
           
 boolean isFromProfile()
           
 void setUser(String user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreparedConfiguration

public PreparedConfiguration(String namedReference,
                             String tag,
                             String subsystemName,
                             String user,
                             boolean fromProfile,
                             org.lsst.gruth.jutils.ComponentNode configuredData)

PreparedConfiguration

public PreparedConfiguration(ConfigProfile profile)
Method Detail

isFromProfile

public boolean isFromProfile()

getConfiguredData

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

getSubsystemName

public String getSubsystemName()

getNameAndTag

public NamesAndTag getNameAndTag()

getUser

public String getUser()

setUser

public void setUser(String user)

getConfigName

public String getConfigName()

getTag

public String getTag()


Copyright © 2013 LSST. All Rights Reserved.