Class PropertyUtil


  • public class PropertyUtil
    extends Object
    • Constructor Detail

      • PropertyUtil

        public PropertyUtil()
    • Method Detail

      • isPropertySet

        public static boolean isPropertySet​(String key)
      • getIntProperty

        public static int getIntProperty​(String key,
                                         int defaultValue)
      • getBooleanProperty

        public static boolean getBooleanProperty​(String key,
                                                 boolean defaultValue)