Uses of Interface
io.helidon.config.spi.ParsableSource
-
Packages that use ParsableSource 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. -
-
Uses of ParsableSource in io.helidon.config
Classes in io.helidon.config that implement ParsableSource Modifier and Type Class Description classClasspathConfigSourceConfigSourceimplementation that loads configuration content from a resource on a classpath.classFileConfigSourceConfigSourceimplementation that loads configuration content from a file on a filesystem.classUrlConfigSourceConfigSourceimplementation that loads configuration content from specified endpoint URL. -
Uses of ParsableSource in io.helidon.config.etcd
Classes in io.helidon.config.etcd that implement ParsableSource Modifier and Type Class Description classEtcdConfigSourceA config source which loads a configuration document from Etcd. -
Uses of ParsableSource in io.helidon.config.git
Classes in io.helidon.config.git that implement ParsableSource Modifier and Type Class Description classGitConfigSourceA config source which loads a configuration document from Git repository.
-