Class PropertyUtils


  • public class PropertyUtils
    extends Object
    • Constructor Detail

      • PropertyUtils

        public PropertyUtils()
    • Method Detail

      • getProperty

        public static Integer getProperty​(String propertyName,
                                          int defaultValue)
      • getProperty

        public static String getProperty​(String propertyName,
                                         String defaultValue)
      • getProperty

        public static boolean getProperty​(String propertyName,
                                          boolean defaultValue)