Package com.mchange.v3.hocon
Class HoconMultiPropertiesConfig
java.lang.Object
com.mchange.v2.cfg.MultiPropertiesConfig
com.mchange.v3.hocon.HoconMultiPropertiesConfig
- All Implemented Interfaces:
PropertiesConfig
-
Constructor Summary
ConstructorDescriptionHoconMultiPropertiesConfig
(String quasiResourcePath, com.typesafe.config.Config config) -
Method Summary
Modifier and TypeMethodDescriptionThe special prefix "" returns all the PropertiesString[]
getProperty
(String key) Methods inherited from class com.mchange.v2.cfg.MultiPropertiesConfig
fromProperties, fromProperties, readVmConfig, readVmConfig
-
Constructor Details
-
HoconMultiPropertiesConfig
-
-
Method Details
-
getPropertiesResourcePaths
- Specified by:
getPropertiesResourcePaths
in classMultiPropertiesConfig
-
getPropertiesByResourcePath
- Specified by:
getPropertiesByResourcePath
in classMultiPropertiesConfig
-
getPropertiesByPrefix
Description copied from class:MultiPropertiesConfig
The special prefix "" returns all the Properties- Specified by:
getPropertiesByPrefix
in interfacePropertiesConfig
- Specified by:
getPropertiesByPrefix
in classMultiPropertiesConfig
-
getProperty
- Specified by:
getProperty
in interfacePropertiesConfig
- Specified by:
getProperty
in classMultiPropertiesConfig
-
getDelayedLogItems
- Specified by:
getDelayedLogItems
in classMultiPropertiesConfig
-