| Package | Description |
|---|---|
| io.helidon.config |
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
|
| 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 OverrideSource |
OverrideSources.create(Map<String,String> overrideValues)
Creates a new instance od
OverrideSource from a map of wildcards to values. |
static OverrideSource |
OverrideSources.empty()
An empty implementation of
OverrideSource. |
| Modifier and Type | Method and Description |
|---|---|
Config.Builder |
Config.Builder.overrides(Supplier<OverrideSource> overridingSource)
Sets source of a override source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOverrideSource<S>
Base abstract implementation of
OverrideSource, suitable for concrete
implementations to extend. |
| Modifier and Type | Method and Description |
|---|---|
OverrideSource |
AbstractOverrideSource.Builder.get() |
default OverrideSource |
OverrideSource.get() |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.