Uses of Class
io.helidon.config.FileConfigSource.Builder
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
-
Uses of FileConfigSource.Builder in io.helidon.config
Modifier and TypeMethodDescriptionstatic FileConfigSource.Builder
FileConfigSource.builder()
Get a builder instance to create a new config source.FileConfigSource.Builder.changeWatcher
(ChangeWatcher<Path> changeWatcher) Configure builder from meta configuration.static FileConfigSource.Builder
Provides aBuilder
for creating aConfigSource
from the specified file path.static FileConfigSource.Builder
Provides aBuilder
for creating aConfigSource
from the specified file path.FileConfigSource.Builder.parser
(ConfigParser parser) Configure the path to read configuration from (mandatory).FileConfigSource.Builder.pollingStrategy
(PollingStrategy pollingStrategy)