public class HoconMultiPropertiesConfig extends MultiPropertiesConfig
| Constructor and Description |
|---|
HoconMultiPropertiesConfig(java.lang.String quasiResourcePath,
com.typesafe.config.Config config) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getDelayedLogItems() |
java.util.Properties |
getPropertiesByPrefix(java.lang.String pfx)
The special prefix "" returns all the Properties
|
java.util.Properties |
getPropertiesByResourcePath(java.lang.String path) |
java.lang.String[] |
getPropertiesResourcePaths() |
java.lang.String |
getProperty(java.lang.String key) |
fromProperties, fromProperties, readVmConfig, readVmConfigpublic HoconMultiPropertiesConfig(java.lang.String quasiResourcePath,
com.typesafe.config.Config config)
public java.lang.String[] getPropertiesResourcePaths()
getPropertiesResourcePaths in class MultiPropertiesConfigpublic java.util.Properties getPropertiesByResourcePath(java.lang.String path)
getPropertiesByResourcePath in class MultiPropertiesConfigpublic java.util.Properties getPropertiesByPrefix(java.lang.String pfx)
MultiPropertiesConfiggetPropertiesByPrefix in interface PropertiesConfiggetPropertiesByPrefix in class MultiPropertiesConfigpublic java.lang.String getProperty(java.lang.String key)
getProperty in interface PropertiesConfiggetProperty in class MultiPropertiesConfigpublic java.util.List getDelayedLogItems()
getDelayedLogItems in class MultiPropertiesConfig