org.lsst.ccs.config
Class PreparedConfiguration
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreparedConfiguration
public PreparedConfiguration(String namedReference,
String tag,
String subsystemName,
String user,
boolean fromProfile,
org.lsst.gruth.jutils.ComponentNode configuredData)
PreparedConfiguration
public PreparedConfiguration(ConfigProfile profile)
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.