Uses of Class
io.helidon.config.ClasspathConfigSource.Builder
Packages that use ClasspathConfigSource.Builder
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
-
Uses of ClasspathConfigSource.Builder in io.helidon.config
Methods in io.helidon.config that return ClasspathConfigSource.BuilderModifier and TypeMethodDescriptionClasspathConfigSource.builder()Create a new fluent API builder for classpath config source.Provides aBuilderfor creating aConfigSourcefrom the specified resource located on the classpath of the current thread's context classloader.Configure builder from meta configuration.ClasspathConfigSource.Builder.parser(ConfigParser parser) Configure the classpath resource to load the configuration from.