Package | Description |
---|---|
com.mchange.v2.cfg | |
com.mchange.v2.log | |
com.mchange.v3.hocon |
Modifier and Type | Method and Description |
---|---|
static MultiPropertiesConfig |
MConfig.combine(MultiPropertiesConfig[] configs)
Later entries in the configs array override earlier entries.
|
static MultiPropertiesConfig |
MultiPropertiesConfig.fromProperties(Properties props) |
static MultiPropertiesConfig |
MultiPropertiesConfig.fromProperties(String notionalResourcePath,
Properties props) |
static MultiPropertiesConfig |
MConfig.readConfig(String[] resourcePaths) |
static MultiPropertiesConfig |
MultiPropertiesConfig.readVmConfig()
Deprecated.
Please use the MConfig facade class to acquire configuration
|
static MultiPropertiesConfig |
MConfig.readVmConfig() |
static MultiPropertiesConfig |
MultiPropertiesConfig.readVmConfig(String[] defaultResources,
String[] preemptingResources)
Deprecated.
Please use the MConfig facade class to acquire configuration
|
static MultiPropertiesConfig |
MConfig.readVmConfig(String[] defaults,
String[] preempts) |
static MultiPropertiesConfig |
MLogConfigSource.readVmConfig(String[] defaultResources,
String[] preemptingResources,
List delayedLogItemsOut) |
Modifier and Type | Method and Description |
---|---|
static MultiPropertiesConfig |
MConfig.combine(MultiPropertiesConfig[] configs)
Later entries in the configs array override earlier entries.
|
Modifier and Type | Method and Description |
---|---|
static void |
MLogConfig.refresh(MultiPropertiesConfig[] overrides,
String overridesDescription) |
static void |
MLog.refreshConfig(MultiPropertiesConfig[] overrides,
String overridesDescription) |
Modifier and Type | Class and Description |
---|---|
class |
HoconMultiPropertiesConfig |
Copyright © 2017 com.mchange. All rights reserved.