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, readVmConfigpublic BasicMultiPropertiesConfig(String[] resourcePaths)
public String[] getPropertiesResourcePaths()
getPropertiesResourcePaths in class MultiPropertiesConfigpublic Properties getPropertiesByResourcePath(String path)
getPropertiesByResourcePath in class MultiPropertiesConfigpublic Properties getPropertiesByPrefix(String pfx)
getPropertiesByPrefix in class MultiPropertiesConfigpublic String getProperty(String key)
getProperty in class MultiPropertiesConfig