Class ConfigParameterInfo

java.lang.Object
org.ametys.runtime.config.ConfigParameterInfo

public class ConfigParameterInfo extends Object
Information on a configuration parameter.
  • Constructor Details

    • ConfigParameterInfo

      public ConfigParameterInfo(String id, String pluginName, Configuration conf)
      Create a configuration parameter info.
      Parameters:
      id - the parameter id.
      pluginName - the declaring plugin name.
      conf - the configuration.
  • Method Details

    • getId

      public String getId()
      Get the parameter ID.
      Returns:
      the parameter ID.
    • getPluginName

      Get the declaring plugin name.
      Returns:
      the declaring plugin name.
    • getConfiguration

      Get the declaring configuration.
      Returns:
      the declaring configuration.