Package org.apache.druid.common.utils
Class PropUtils
- java.lang.Object
-
- org.apache.druid.common.utils.PropUtils
-
public class PropUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description PropUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetProperty(Properties props, String property)static intgetPropertyAsInt(Properties props, String property)static intgetPropertyAsInt(Properties props, String property, Integer defaultValue)
-
-
-
Method Detail
-
getProperty
public static String getProperty(Properties props, String property)
-
getPropertyAsInt
public static int getPropertyAsInt(Properties props, String property)
-
getPropertyAsInt
public static int getPropertyAsInt(Properties props, String property, Integer defaultValue)
-
-