| 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 AbstractParsableConfigSource.Builder<? extends AbstractParsableConfigSource.Builder<?,Path>,Path> |
ConfigSources.classpath(String resource)
Provides a
Builder for creating a ConfigSource
from the specified resource located on the classpath of the current
thread's context classloader. |
static AbstractParsableConfigSource.Builder<? extends AbstractParsableConfigSource.Builder<?,Path>,Path> |
ConfigSources.file(String path)
Provides a
Builder for creating a ConfigSource from the specified
file path. |
static AbstractParsableConfigSource.Builder<? extends AbstractParsableConfigSource.Builder<?,URL>,URL> |
ConfigSources.url(URL url)
Provides a
Builder for creating a ConfigSource from the specified
URL. |
| Modifier and Type | Method and Description |
|---|---|
static AbstractParsableConfigSource.Builder<? extends AbstractParsableConfigSource.Builder<?,Path>,Path> |
ConfigSources.classpath(String resource)
Provides a
Builder for creating a ConfigSource
from the specified resource located on the classpath of the current
thread's context classloader. |
static AbstractParsableConfigSource.Builder<? extends AbstractParsableConfigSource.Builder<?,Path>,Path> |
ConfigSources.file(String path)
Provides a
Builder for creating a ConfigSource from the specified
file path. |
static AbstractParsableConfigSource.Builder<? extends AbstractParsableConfigSource.Builder<?,URL>,URL> |
ConfigSources.url(URL url)
Provides a
Builder for creating a ConfigSource from the specified
URL. |
| 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 |
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 |
|---|
AbstractParsableConfigSource(AbstractParsableConfigSource.Builder builder)
Initializes config source from builder.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.