Class ConfigurationHandler

java.lang.Object
org.lsst.ccs.config.ConfigurationHandler

public class ConfigurationHandler extends Object
Encapsulates the logic of setting configurable parameters for a given component. It provides the validation step and the setting step, as well as intermediate steps
Author:
The LSST CCS Team
  • Method Details

    • isBulkChanger

      public boolean isBulkChanger()
    • getSubmittedChangesForCategories

      public Map<String,Map<ParameterPath,String>> getSubmittedChangesForCategories(Set<String> catSet)
    • dropSubmittedChangesForCategories

      public void dropSubmittedChangesForCategories(Set<String> catSet)
    • getConfigurationParameterHandler

      public ConfigurationParameterHandler getConfigurationParameterHandler(String parmName)
    • hasRuntimeParameters

      public boolean hasRuntimeParameters()