Uses of Interface
io.helidon.config.spi.Changeable
-
Packages that use Changeable Package Description 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 Changeable in io.helidon.config.etcd
Classes in io.helidon.config.etcd that implement Changeable Modifier and Type Class Description class
EtcdConfigSource
A config source which loads a configuration document from Etcd. -
Uses of Changeable in io.helidon.config.git
Classes in io.helidon.config.git that implement Changeable Modifier and Type Class Description class
GitConfigSource
A config source which loads a configuration document from Git repository. -
Uses of Changeable in io.helidon.config.spi
Subinterfaces of Changeable in io.helidon.config.spi Modifier and Type Interface Description interface
ConfigSource
Source
of configuration.interface
OverrideSource
Source of config override settings.interface
Source<T>
Source of the specified type<T>
of data.Classes in io.helidon.config.spi that implement Changeable Modifier and Type Class Description class
AbstractConfigSource<S>
Base abstract implementation ofConfigSource
, suitable for concrete implementations to extend.class
AbstractOverrideSource<S>
Base abstract implementation ofOverrideSource
, suitable for concrete implementations to extend.class
AbstractParsableConfigSource<S>
Abstract implementation ofConfigSource
that uses aConfigParser
to parseconfiguration content
accessible as aReadable
.class
AbstractSource<T,S>
Abstract base implementation for a variety of sources.
-