public class BasicMultiPropertiesConfig extends MultiPropertiesConfig
Constructor and Description |
---|
BasicMultiPropertiesConfig(String[] resourcePaths) |
BasicMultiPropertiesConfig(String[] resourcePaths,
MLogger logger) |
Modifier and Type | Method and Description |
---|---|
Properties |
getPropertiesByPrefix(String pfx) |
Properties |
getPropertiesByResourcePath(String path) |
String[] |
getPropertiesResourcePaths() |
String |
getProperty(String key) |
combine, foundVmConfig, read, read, readVmConfig, readVmConfig
public BasicMultiPropertiesConfig(String[] resourcePaths)
public String[] getPropertiesResourcePaths()
getPropertiesResourcePaths
in class MultiPropertiesConfig
public Properties getPropertiesByResourcePath(String path)
getPropertiesByResourcePath
in class MultiPropertiesConfig
public Properties getPropertiesByPrefix(String pfx)
getPropertiesByPrefix
in class MultiPropertiesConfig
public String getProperty(String key)
getProperty
in class MultiPropertiesConfig