Package com.mchange.v3.hocon
Class HoconMultiPropertiesConfig
- java.lang.Object
-
- com.mchange.v2.cfg.MultiPropertiesConfig
-
- com.mchange.v3.hocon.HoconMultiPropertiesConfig
-
- All Implemented Interfaces:
PropertiesConfig
public class HoconMultiPropertiesConfig extends MultiPropertiesConfig
-
-
Constructor Summary
Constructors Constructor Description HoconMultiPropertiesConfig(java.lang.String quasiResourcePath, com.typesafe.config.Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ListgetDelayedLogItems()java.util.PropertiesgetPropertiesByPrefix(java.lang.String pfx)The special prefix "" returns all the Propertiesjava.util.PropertiesgetPropertiesByResourcePath(java.lang.String path)java.lang.String[]getPropertiesResourcePaths()java.lang.StringgetProperty(java.lang.String key)-
Methods inherited from class com.mchange.v2.cfg.MultiPropertiesConfig
fromProperties, fromProperties, readVmConfig, readVmConfig
-
-
-
-
Method Detail
-
getPropertiesResourcePaths
public java.lang.String[] getPropertiesResourcePaths()
- Specified by:
getPropertiesResourcePathsin classMultiPropertiesConfig
-
getPropertiesByResourcePath
public java.util.Properties getPropertiesByResourcePath(java.lang.String path)
- Specified by:
getPropertiesByResourcePathin classMultiPropertiesConfig
-
getPropertiesByPrefix
public java.util.Properties getPropertiesByPrefix(java.lang.String pfx)
Description copied from class:MultiPropertiesConfigThe special prefix "" returns all the Properties- Specified by:
getPropertiesByPrefixin interfacePropertiesConfig- Specified by:
getPropertiesByPrefixin classMultiPropertiesConfig
-
getProperty
public java.lang.String getProperty(java.lang.String key)
- Specified by:
getPropertyin interfacePropertiesConfig- Specified by:
getPropertyin classMultiPropertiesConfig
-
getDelayedLogItems
public java.util.List getDelayedLogItems()
- Specified by:
getDelayedLogItemsin classMultiPropertiesConfig
-
-