Class PropertiesUtil


  • public class PropertiesUtil
    extends Object
    • Method Detail

      • isWindows

        public static boolean isWindows()
      • getUserHome

        public static String getUserHome()
      • getProperty

        public static String getProperty​(String name)
      • getBooleanOrNull

        public static final Boolean getBooleanOrNull​(String name)
      • getBoolean

        public static final boolean getBoolean​(String name,
                                               boolean notFoundValue)