模块 wjybxx.base
程序包 cn.wjybxx.base

类 SystemProps

java.lang.Object
cn.wjybxx.base.SystemProps

public class SystemProps extends Object
系统属性类 (不直接定义为Utils类,CommonsLang3那种支持的内容太多了...)
作者:
wjybxx date - 2024/1/5
  • 字段详细资料

    • WORKING_DIR

      public static final String WORKING_DIR
      工作目录
  • 构造器详细资料

    • SystemProps

      public SystemProps()
  • 方法详细资料

    • getString

      public static String getString(String key)
    • getString

      public static String getString(String key, String def)
    • 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)