Uses of Class
io.helidon.config.UrlConfigSource.Builder
Packages that use UrlConfigSource.Builder
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
-
Uses of UrlConfigSource.Builder in io.helidon.config
Methods in io.helidon.config that return UrlConfigSource.BuilderModifier and TypeMethodDescriptionstatic UrlConfigSource.BuilderUrlConfigSource.builder()A new fluent API builder.UrlConfigSource.Builder.changeWatcher(ChangeWatcher<URL> changeWatcher) Configure builder from meta configuration.UrlConfigSource.Builder.parser(ConfigParser parser) UrlConfigSource.Builder.pollingStrategy(PollingStrategy pollingStrategy) static UrlConfigSource.BuilderProvides aBuilderfor creating aConfigSourcefrom the specified URL.URL of the configuration.Methods in io.helidon.config that return types with arguments of type UrlConfigSource.BuilderModifier and TypeMethodDescriptionstatic List<UrlConfigSource.Builder> ConfigSources.classpathAll(String resource) Create builders for each instance of the resource on the current classpath.