Class PropertyUtils


  • public class PropertyUtils
    extends Object
    Author:
    Alexey Loubyansky
    • 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)