public class ConfigHelper
Modifier and Type | Field and Description |
---|---|
static ConfigHelper |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
com.typesafe.config.Config |
loadConfig(java.nio.file.Path baseDirectory,
java.nio.file.Path configFileOverride,
boolean allowMissingConfig,
java.util.Map<java.lang.String,? extends java.lang.Object> configOverrides) |
public static ConfigHelper INSTANCE