Class RunTimeConfigurationDefaultBuildItem


  • public final class RunTimeConfigurationDefaultBuildItem
    extends MultiBuildItem
    A build item which specifies a configuration default value for run time, which is used to establish a default other than the one given for ConfigItem.defaultValue().
    • Constructor Detail

      • RunTimeConfigurationDefaultBuildItem

        public RunTimeConfigurationDefaultBuildItem​(String key,
                                                    String value)
        Construct a new instance.
        Parameters:
        key - the configuration key (must not be null or empty)
        value - the configuration value (must not be null)
    • Method Detail

      • getKey

        public String getKey()
        Get the configuration key.
        Returns:
        the configuration key (not null or empty)
      • getValue

        public String getValue()
        Get the configuration value.
        Returns:
        the configuration value (must not be null)