public class SystemProps
extends Object
系统属性类
(不直接定义为Utils类,CommonsLang3那种支持的内容太多了...)
- 作者:
- wjybxx
date - 2024/1/5
-
-
-
方法概要
static boolean
static boolean
static double
static double
static float
static float
static int
static int
static long
static long
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
WORKING_DIR
public static final String WORKING_DIR
工作目录
-
构造器详细资料
-
SystemProps
public SystemProps()
-
方法详细资料
-
-
-
getInt
public static int getInt(String key)
-
getInt
public static int getInt(String key,
int def)
-
getLong
public static long getLong(String key)
-
getLong
public static long getLong(String key,
long def)
-
getFloat
public static float getFloat(String key)
-
getFloat
public static float getFloat(String key,
float def)
-
getDouble
public static double getDouble(String key)
-
getDouble
public static double getDouble(String key,
double def)
-
getBool
public static boolean getBool(String key)
-
getBool
public static boolean getBool(String key,
boolean def)