Class ConfigurationHelper


  • public class ConfigurationHelper
    extends Object
    • Constructor Detail

      • ConfigurationHelper

        public ConfigurationHelper()
    • Method Detail

      • getIntProperty

        public static int getIntProperty​(String propName,
                                         int def,
                                         Map<String,​?> props)
      • getLongProperty

        public static long getLongProperty​(String propName,
                                           long def,
                                           Map<String,​?> props)
      • getBooleanProperty

        public static boolean getBooleanProperty​(String propName,
                                                 boolean def,
                                                 Map<String,​?> props)
      • stringSetToCommaListString

        public static String stringSetToCommaListString​(Set<String> invalid)
      • getDoubleProperty

        public static double getDoubleProperty​(String name,
                                               double def,
                                               Map<String,​?> props)