Package io.hawt.system
Class ConfigManager
- java.lang.Object
-
- io.hawt.system.ConfigManager
-
public class ConfigManager extends java.lang.ObjectConfiguration manager that provides hawtio configuration properties.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIG_MANAGERstatic java.lang.StringFORCE_PROPERTIESHawtio system property: Boolean flag indicating whether JNDI configuration should be skipped in preference of system properties.
-
Constructor Summary
Constructors Constructor Description ConfigManager()ConfigManager(java.util.function.Function<java.lang.String,java.lang.String> propertyResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()java.lang.Stringget(java.lang.String name, java.lang.String defaultValue)booleangetBoolean(java.lang.String name, boolean defaultValue)voidinit()
-
-
-
Field Detail
-
FORCE_PROPERTIES
public static final java.lang.String FORCE_PROPERTIES
Hawtio system property: Boolean flag indicating whether JNDI configuration should be skipped in preference of system properties.- See Also:
- Constant Field Values
-
CONFIG_MANAGER
public static final java.lang.String CONFIG_MANAGER
- See Also:
- Constant Field Values
-
-