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.List
getDelayedLogItems()
java.util.Properties
getPropertiesByPrefix(java.lang.String pfx)
The special prefix "" returns all the Propertiesjava.util.Properties
getPropertiesByResourcePath(java.lang.String path)
java.lang.String[]
getPropertiesResourcePaths()
java.lang.String
getProperty(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:
getPropertiesResourcePaths
in classMultiPropertiesConfig
-
getPropertiesByResourcePath
public java.util.Properties getPropertiesByResourcePath(java.lang.String path)
- Specified by:
getPropertiesByResourcePath
in classMultiPropertiesConfig
-
getPropertiesByPrefix
public java.util.Properties getPropertiesByPrefix(java.lang.String pfx)
Description copied from class:MultiPropertiesConfig
The special prefix "" returns all the Properties- Specified by:
getPropertiesByPrefix
in interfacePropertiesConfig
- Specified by:
getPropertiesByPrefix
in classMultiPropertiesConfig
-
getProperty
public java.lang.String getProperty(java.lang.String key)
- Specified by:
getProperty
in interfacePropertiesConfig
- Specified by:
getProperty
in classMultiPropertiesConfig
-
getDelayedLogItems
public java.util.List getDelayedLogItems()
- Specified by:
getDelayedLogItems
in classMultiPropertiesConfig
-
-