Class ConfigParameterInfo

    • Constructor Detail

      • 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 Detail

      • getId

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

        public String getPluginName()
        Get the declaring plugin name.
        Returns:
        the declaring plugin name.