| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EtcdConfigSourceBuilder
Etcd ConfigSource builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GitConfigSourceBuilder
Git ConfigSource builder.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSource.Builder<B extends AbstractSource.Builder<B,T,S>,T,S>
A common
AbstractSource builder, suitable for concrete Builder implementations
related to AbstractSource extensions to extend. |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractConfigSource.Builder<B extends AbstractConfigSource.Builder<B,T>,T>
A common
ConfigSource builder ready to be extended by builder implementation related to ConfigSource
extensions. |
static class |
AbstractOverrideSource.Builder<B extends AbstractOverrideSource.Builder<B,T>,T>
A common
OverrideSource builder ready to be extended by builder implementation related to OverrideSource
extensions. |
static class |
AbstractParsableConfigSource.Builder<B extends AbstractParsableConfigSource.Builder<B,T>,T>
Common
AbstractParsableConfigSource Builder, suitable for
concrete implementations of Builder that are related to
ConfigSources which extend AbstractParsableConfigSource |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.