| 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 |
EtcdConfigSource
A config source which loads a configuration document from Etcd.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GitConfigSource
A config source which loads a configuration document from Git repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParsableConfigSource<S>
Abstract implementation of
ConfigSource that uses a
ConfigParser to parse
configuration content accessible as a
Readable. |
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.