Package org.opennms.features.geocoder
Class ConfigurationUtils
- java.lang.Object
-
- org.opennms.features.geocoder.ConfigurationUtils
-
public abstract class ConfigurationUtils extends Object
Helper class to deal with String values.- Author:
- mvrueden
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROVIDE_A_VALUE_TEXT
static String
URL_NOT_VALID_TEMPLATE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Boolean
getBoolean(Map<String,Object> properties, String key, Boolean defaultValue)
static Integer
getInteger(Map<String,Object> properties, String key, Integer defaultValue)
static <T> T
getValue(Map<String,Object> properties, String key, T defaultValue)
-
-
-
Field Detail
-
PROVIDE_A_VALUE_TEXT
public static final String PROVIDE_A_VALUE_TEXT
- See Also:
- Constant Field Values
-
URL_NOT_VALID_TEMPLATE
public static final String URL_NOT_VALID_TEMPLATE
- See Also:
- Constant Field Values
-
-