-
public interface ConfigContextContext created by aConfig.Builderas it constructs aConfig.The context is typically used in implementations of
io.helidon.config.spiinterfaces to share common information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigSourceRuntimesourceRuntime(ConfigSource source)Create or find a runtime for a config source.
-
-
-
Method Detail
-
sourceRuntime
ConfigSourceRuntime sourceRuntime(ConfigSource source)
Create or find a runtime for a config source.- Parameters:
source- source to create runtime for- Returns:
- a source runtime
-
-