Uses of Class
io.helidon.config.ClasspathConfigSource
-
Packages that use ClasspathConfigSource Package Description io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data. -
-
Uses of ClasspathConfigSource in io.helidon.config
Methods in io.helidon.config that return ClasspathConfigSource Modifier and Type Method Description ClasspathConfigSource
ClasspathConfigSource.Builder. build()
Builds new instance of Classpath ConfigSource.static ClasspathConfigSource
ClasspathConfigSource. create(Config metaConfig)
Initializes config source instance from configuration properties.static ClasspathConfigSource
ClasspathConfigSource. create(String resource)
Create a config source for the first resource on the classpath.Methods in io.helidon.config that return types with arguments of type ClasspathConfigSource Modifier and Type Method Description static Collection<? super ClasspathConfigSource>
ClasspathConfigSource. createAll(String resource)
Create config source for each resource on the classpath.
-