public class Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static Logger |
getLogger() |
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.
|
static void |
substVars(Properties props) |
public static Logger getLogger()
public static void substVars(Properties props)
public static void overrideBySystemProps(Properties platformConf, Collection<String> excluding)
platformConf - which will be updated by corresponding values in System properties.excluding - property names that should not be overriddenCopyright © 2017. All rights reserved.