Package net.blakez.bppmq.infra.data
Class InfraConfigTool
java.lang.Object
net.blakez.bppmq.infra.data.InfraConfigTool
- Author:
- Peter Blakeley : @pblakez pb@blakez.org
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigMap
(org.eclipse.microprofile.config.Config config) static String
getConfigValue
(String name, String defaultValue, org.eclipse.microprofile.config.Config config) static String
requireConfigValue
(String name, org.eclipse.microprofile.config.Config config)
-
Constructor Details
-
InfraConfigTool
public InfraConfigTool()
-
-
Method Details
-
configMap
-
getConfigValue
-
requireConfigValue
public static String requireConfigValue(String name, org.eclipse.microprofile.config.Config config) throws IllegalArgumentException - Throws:
IllegalArgumentException
-