Class Util

    • Method Detail

      • getLogger

        public static Logger getLogger()
      • substVars

        public static void substVars​(Properties props)
      • overrideBySystemProps

        public static void overrideBySystemProps​(Properties platformConf,
                                                 Collection<String> excluding)
        Override property values in the given properties object by values set in corresponding property names in System properties object.
        Parameters:
        platformConf - which will be updated by corresponding values in System properties.
        excluding - property names that should not be overridden