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
ConstructorsConstructorDescriptionHoconMultiPropertiesConfig(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:
getPropertiesResourcePathsin classMultiPropertiesConfig
-
getPropertiesByResourcePath
- Specified by:
getPropertiesByResourcePathin classMultiPropertiesConfig
-
getPropertiesByPrefix
Description copied from class:MultiPropertiesConfigThe special prefix "" returns all the Properties- Specified by:
getPropertiesByPrefixin interfacePropertiesConfig- Specified by:
getPropertiesByPrefixin classMultiPropertiesConfig
-
getProperty
- Specified by:
getPropertyin interfacePropertiesConfig- Specified by:
getPropertyin classMultiPropertiesConfig
-
getDelayedLogItems
- Specified by:
getDelayedLogItemsin classMultiPropertiesConfig
-