public class ConfigurationData extends Object implements Serializable
| Constructor and Description |
|---|
ConfigurationData() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCategoryChecksum(String category)
Get the data values checksum for the given category.
|
String |
getCategoryDescription(String category)
Get the full category description for the given category.
|
String |
getConfigurationDescription()
Get the full configuration description.
|
String |
getConfigurationOperation()
Get the configuration operation that lead to this publication.
|
String |
getConfigurationParameterValue(String parameterPath)
Get the current value for a given configuration parameter.
|
ConfigurationState |
getConfigurationState()
Get the current ConfigurationState
|
public String getConfigurationDescription()
public String getCategoryDescription(String category)
category - The provided category name.public String getConfigurationParameterValue(String parameterPath)
parameterPath - The configuration parameter path.public ConfigurationState getConfigurationState()
public long getCategoryChecksum(String category)
category - The input category.public String getConfigurationOperation()
Copyright © 2022 LSST. All rights reserved.