Uses of Interface
dev.webfx.platform.conf.Config
Packages that use Config
Package
Description
-
Uses of Config in dev.webfx.platform.conf
Methods in dev.webfx.platform.conf that return ConfigModifier and TypeMethodDescriptionConfig.childConfigAt
(String path) static Config
ConfigLoader.getRootConfig()
static Config
SourcesConfig.getSourcesRootConfig()
Config.parentConfig()
static Config
ConfigParser.parseConfig
(String configText, String format) static Config
ConfigParser.parseConfigFile
(String fileContent, String filePath) static Config
ConfigParser.parsePrefixedConfig
(String prefixPath, String configText, String format) Method parameters in dev.webfx.platform.conf with type arguments of type ConfigModifier and TypeMethodDescriptionstatic void
ConfigLoader.onConfigLoaded
(String path, Consumer<Config> configConsumer) static void
ConfigLoader.onConfigLoaded
(String path, Consumer<Config> configConsumer, boolean onChangesToo) static void
ConfigLoader.onConfigLoaded
(Consumer<Config> configConsumer) static void
ConfigLoader.onConfigLoaded
(Consumer<Config> configConsumer, boolean onChangesToo) static void
ConfigLoader.onConfigLoadedOrChanged
(String path, Consumer<Config> configConsumer) static void
ConfigLoader.onConfigLoadedOrChanged
(Consumer<Config> configConsumer) -
Uses of Config in dev.webfx.platform.conf.impl
Classes in dev.webfx.platform.conf.impl that implement ConfigMethods in dev.webfx.platform.conf.impl that return ConfigModifier and TypeMethodDescriptionConfigImpl.childConfigAt
(String path) static Config
ThreadLocalConfigContext.getThreadLocalConfig()
static Config
ConfigMerger.mergeConfigs
(Config... configs) ConfigImpl.parentConfig()
Methods in dev.webfx.platform.conf.impl with parameters of type ConfigModifier and TypeMethodDescriptionstatic Config
ConfigMerger.mergeConfigs
(Config... configs) static ThreadLocalConfigContext
Constructors in dev.webfx.platform.conf.impl with parameters of type ConfigModifierConstructorDescriptionChildConfig
(Config parentConfig, ReadOnlyAstObject childAstObject) ConfigImpl
(ReadOnlyAstObject configAstObject, Config parentConfig) -
Uses of Config in dev.webfx.platform.conf.spi
Methods in dev.webfx.platform.conf.spi that return types with arguments of type Config -
Uses of Config in dev.webfx.platform.conf.spi.impl.file.java
Methods in dev.webfx.platform.conf.spi.impl.file.java that return types with arguments of type Config