Package dev.webfx.platform.conf
Class ConfigLoader
java.lang.Object
dev.webfx.platform.conf.ConfigLoader
- Author:
- Bruno Salmon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Config
static void
onConfigLoaded
(String path, Consumer<Config> configConsumer) static void
onConfigLoaded
(String path, Consumer<Config> configConsumer, boolean onChangesToo) static void
onConfigLoaded
(Consumer<Config> configConsumer) static void
onConfigLoaded
(Consumer<Config> configConsumer, boolean onChangesToo) static void
onConfigLoadedOrChanged
(String path, Consumer<Config> configConsumer) static void
onConfigLoadedOrChanged
(Consumer<Config> configConsumer)
-
Constructor Details
-
ConfigLoader
public ConfigLoader()
-
-
Method Details
-
onConfigLoaded
-
onConfigLoadedOrChanged
-
onConfigLoaded
-
onConfigLoaded
-
onConfigLoadedOrChanged
-
onConfigLoaded
-
getRootConfig
-