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
Subclasses with type arguments of type ClasspathConfigSource.Builder in io.helidon.configModifier and TypeClassDescriptionstatic final classClasspath ConfigSource Builder.Classes in io.helidon.config that implement interfaces with type arguments of type ClasspathConfigSource.BuilderModifier and TypeClassDescriptionstatic final classClasspath ConfigSource Builder.static final classClasspath ConfigSource Builder.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.