Package org.apache.solr.crossdc.common
Class ConfigProperty
- java.lang.Object
-
- org.apache.solr.crossdc.common.ConfigProperty
-
public class ConfigProperty extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigProperty(String key)
ConfigProperty(String key, String defaultValue)
ConfigProperty(String key, String defaultValue, boolean required)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultValue()
String
getKey()
String
getValue(Map<?,?> properties)
Boolean
getValueAsBoolean(Map<?,?> properties)
Integer
getValueAsInt(Map<?,?> properties)
boolean
isRequired()
-