java.lang.Object
cn.wjybxx.base.PropertiesUtils
- 作者:
- wjybxx date - 2023/4/17
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static booleangetBool(Properties properties, String key) static booleangetBool(Properties properties, String key, boolean def) static doublegetDouble(Properties properties, String key) static doublegetDouble(Properties properties, String key, double def) static floatgetFloat(Properties properties, String key) static floatgetFloat(Properties properties, String key, float def) static intgetInt(Properties properties, String key) static intgetInt(Properties properties, String key, int def) static longgetLong(Properties properties, String key) static longgetLong(Properties properties, String key, long def) static shortgetShort(Properties properties, String key) static shortgetShort(Properties properties, String key, short def) static StringgetString(Properties properties, String key) static StringgetString(Properties properties, String key, String def) static booleantoMap(Properties properties)
-
构造器详细资料
-
PropertiesUtils
public PropertiesUtils()
-
-
方法详细资料
-
getString
-
getString
-
getInt
-
getInt
-
getLong
-
getLong
-
getFloat
-
getFloat
-
getDouble
-
getDouble
-
getShort
-
getShort
-
getBool
-
getBool
-
toBoolean
-
toMap
-