Class ConfigProperty

java.lang.Object
org.apache.solr.crossdc.common.ConfigProperty

public class ConfigProperty extends Object
  • Constructor Details

    • ConfigProperty

      public ConfigProperty(String key, String defaultValue, boolean required)
    • ConfigProperty

      public ConfigProperty(String key, String defaultValue)
    • ConfigProperty

      public ConfigProperty(String key)
  • Method Details

    • getKey

      public String getKey()
    • isRequired

      public boolean isRequired()
    • getDefaultValue

      public String getDefaultValue()
    • getValue

      public String getValue(Map<?,?> properties)
    • getValueAsInt

      public Integer getValueAsInt(Map<?,?> properties)
    • getValueAsBoolean

      public Boolean getValueAsBoolean(Map<?,?> properties)