public class HoconMultiPropertiesConfig extends MultiPropertiesConfig
Constructor and Description |
---|
HoconMultiPropertiesConfig(String quasiResourcePath,
com.typesafe.config.Config config) |
Modifier and Type | Method and Description |
---|---|
List |
getDelayedLogItems() |
Properties |
getPropertiesByPrefix(String pfx)
The special prefix "" returns all the Properties
|
Properties |
getPropertiesByResourcePath(String path) |
String[] |
getPropertiesResourcePaths() |
String |
getProperty(String key) |
fromProperties, fromProperties, readVmConfig, readVmConfig
public HoconMultiPropertiesConfig(String quasiResourcePath, com.typesafe.config.Config config)
public String[] getPropertiesResourcePaths()
getPropertiesResourcePaths
in class MultiPropertiesConfig
public Properties getPropertiesByResourcePath(String path)
getPropertiesByResourcePath
in class MultiPropertiesConfig
public Properties getPropertiesByPrefix(String pfx)
MultiPropertiesConfig
getPropertiesByPrefix
in interface PropertiesConfig
getPropertiesByPrefix
in class MultiPropertiesConfig
public String getProperty(String key)
getProperty
in interface PropertiesConfig
getProperty
in class MultiPropertiesConfig
public List getDelayedLogItems()
getDelayedLogItems
in class MultiPropertiesConfig
Copyright © 2017 com.mchange. All rights reserved.