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 class
ClasspathConfigSource
ConfigSource
implementation that loads configuration content from a resource on a classpath.class
FileConfigSource
ConfigSource
implementation that loads configuration content from a file on a filesystem.class
UrlConfigSource
ConfigSource
implementation 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 class
EtcdConfigSource
A 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 class
GitConfigSource
A config source which loads a configuration document from Git repository.
-