public abstract class MultiPropertiesConfig extends Object implements PropertiesConfig
Constructor and Description |
---|
MultiPropertiesConfig() |
Modifier and Type | Method and Description |
---|---|
static MultiPropertiesConfig |
fromProperties(Properties props) |
static MultiPropertiesConfig |
fromProperties(String notionalResourcePath,
Properties props) |
abstract List |
getDelayedLogItems() |
abstract Properties |
getPropertiesByPrefix(String pfx)
The special prefix "" returns all the Properties
|
abstract Properties |
getPropertiesByResourcePath(String path) |
abstract String[] |
getPropertiesResourcePaths() |
abstract String |
getProperty(String key) |
static MultiPropertiesConfig |
readVmConfig()
Deprecated.
Please use the MConfig facade class to acquire configuration
|
static MultiPropertiesConfig |
readVmConfig(String[] defaultResources,
String[] preemptingResources)
Deprecated.
Please use the MConfig facade class to acquire configuration
|
public static MultiPropertiesConfig readVmConfig(String[] defaultResources, String[] preemptingResources)
public static MultiPropertiesConfig readVmConfig()
public static MultiPropertiesConfig fromProperties(String notionalResourcePath, Properties props)
public static MultiPropertiesConfig fromProperties(Properties props)
public abstract String[] getPropertiesResourcePaths()
public abstract Properties getPropertiesByResourcePath(String path)
public abstract Properties getPropertiesByPrefix(String pfx)
getPropertiesByPrefix
in interface PropertiesConfig
public abstract String getProperty(String key)
getProperty
in interface PropertiesConfig
public abstract List getDelayedLogItems()
Copyright © 2018 com.mchange. All rights reserved.