| 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.
|
| io.helidon.config.spi |
Configuration SPI that defines the behavior developers can implement to extend the config system.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractConfigSource.Builder<? extends AbstractConfigSource.Builder<?,Path>,Path> |
ConfigSources.directory(String path)
Provides a
Builder for creating a ConfigSource from the specified
directory path. |
| Modifier and Type | Method and Description |
|---|---|
static AbstractConfigSource.Builder<? extends AbstractConfigSource.Builder<?,Path>,Path> |
ConfigSources.directory(String path)
Provides a
Builder for creating a ConfigSource from the specified
directory path. |
| 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 |
AbstractConfigSource.Builder<B extends AbstractConfigSource.Builder<B,T>,T>
A common
ConfigSource builder ready to be extended by builder implementation related to ConfigSource
extensions. |
| Modifier and Type | Class and Description |
|---|---|
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 |
| Constructor and Description |
|---|
AbstractConfigSource(AbstractConfigSource.Builder<?,?> builder)
Initializes config source from builder.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.