Package herddb.utils

Class SystemProperties


  • public class SystemProperties
    extends Object
    Author:
    enrico.olivelli
    • Constructor Detail

      • SystemProperties

        public SystemProperties()
    • Method Detail

      • getStringSystemProperty

        public static String getStringSystemProperty​(String name,
                                                     String defaultvalue)
      • getIntSystemProperty

        public static int getIntSystemProperty​(String name,
                                               int defaultvalue)
      • getIntSystemProperty

        public static int getIntSystemProperty​(String name,
                                               int defaultvalue,
                                               String description)
      • getLongSystemProperty

        public static long getLongSystemProperty​(String name,
                                                 long defaultvalue)
      • getBooleanSystemProperty

        public static boolean getBooleanSystemProperty​(String name,
                                                       boolean defaultvalue)