Class ConfigProperties


  • public final class ConfigProperties
    extends Object
    • Method Detail

      • getProperty

        public static String getProperty​(Class<?> classParam,
                                         String propertyStr)
      • getProperty

        public static String getProperty​(Class<?> classParam,
                                         String propertyStr,
                                         String defaultValue)
      • overrideProperty

        public static void overrideProperty​(String property,
                                            String value)