public interface ConfigContext
Context created by a
Config.Builder
as it constructs a
Config
.
The context is typically used in implementations of io.helidon.config.spi
interfaces to share common information.
-
Method Summary
Modifier and TypeMethodDescriptionsourceRuntime
(ConfigSource source) Create or find a runtime for a config source.
-
Method Details
-
sourceRuntime
Create or find a runtime for a config source.- Parameters:
source
- source to create runtime for- Returns:
- a source runtime
-