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 ConfigConfigLoader.getRootConfig()static ConfigSourcesConfig.getSourcesRootConfig()Config.parentConfig()static ConfigConfigParser.parseConfig(String configText, String format) static ConfigConfigParser.parseConfigFile(String fileContent, String filePath) static ConfigConfigParser.parsePrefixedConfig(String prefixPath, String configText, String format) Method parameters in dev.webfx.platform.conf with type arguments of type ConfigModifier and TypeMethodDescriptionstatic voidConfigLoader.onConfigLoaded(String path, Consumer<Config> configConsumer) static voidConfigLoader.onConfigLoaded(String path, Consumer<Config> configConsumer, boolean onChangesToo) static voidConfigLoader.onConfigLoaded(Consumer<Config> configConsumer) static voidConfigLoader.onConfigLoaded(Consumer<Config> configConsumer, boolean onChangesToo) static voidConfigLoader.onConfigLoadedOrChanged(String path, Consumer<Config> configConsumer) static voidConfigLoader.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 ConfigThreadLocalConfigContext.getThreadLocalConfig()static ConfigConfigMerger.mergeConfigs(Config... configs) ConfigImpl.parentConfig()Methods in dev.webfx.platform.conf.impl with parameters of type ConfigModifier and TypeMethodDescriptionstatic ConfigConfigMerger.mergeConfigs(Config... configs) static ThreadLocalConfigContextConstructors 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