Uses of Interface
io.helidon.config.spi.Source
-
Packages that use Source Package Description io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data.io.helidon.config.etcd Etcd configuration source.io.helidon.config.git Git configuration source.io.helidon.config.spi Configuration SPI that defines the behavior developers can implement to extend the config system. -
-
Uses of Source in io.helidon.config
Classes in io.helidon.config that implement Source Modifier and Type Class Description classAbstractConfigSourceA base implementation for config sources, that combines configuration from any type of a config source.classAbstractSourceSource options as a super set of all possible combinations of source implementation.classClasspathConfigSourceConfigSourceimplementation that loads configuration content from a resource on a classpath.classClasspathOverrideSourceOverrideSourceimplementation that loads override definitions from a resource on a classpath.static classConfigSources.SystemPropertiesConfigSourceSystem properties config source.classDirectoryConfigSourceConfigSourceimplementation that loads configuration content from a directory on a filesystem.classFileConfigSourceConfigSourceimplementation that loads configuration content from a file on a filesystem.classFileOverrideSourceOverrideSourceimplementation that loads override definitions from a file on a filesystem.classInMemoryOverrideSourceIn-memory implementation of override source.classMapConfigSourceConfigSourceimplementation based onMap<String, String>.classPrefixedConfigSourceConfigSourceimplementation wraps another config source and add key prefix to original one.classUrlConfigSourceConfigSourceimplementation that loads configuration content from specified endpoint URL.classUrlOverrideSourceOverrideSourceimplementation that loads configuration override content from specified endpoint URL. -
Uses of Source in io.helidon.config.etcd
Classes in io.helidon.config.etcd that implement Source Modifier and Type Class Description classEtcdConfigSourceA config source which loads a configuration document from Etcd. -
Uses of Source in io.helidon.config.git
Classes in io.helidon.config.git that implement Source Modifier and Type Class Description classGitConfigSourceA config source which loads a configuration document from Git repository. -
Uses of Source in io.helidon.config.spi
Subinterfaces of Source in io.helidon.config.spi Modifier and Type Interface Description interfaceConfigSourceSourceof configuration.interfaceNodeConfigSourceAn eager source that can read all data from the underlying origin as a configuration node.interfaceOverrideSourceSource of config override settings.interfaceParsableSourceAn eager source that can read all data from the underlying origin as a stream that can be parsed based on its media type (or using an explicitConfigParser.
-