Uses of Interface
io.avaje.config.Configuration.Builder
-
Uses of Configuration.Builder in io.avaje.config
Methods in io.avaje.config that return Configuration.BuilderModifier and TypeMethodDescriptionstatic Configuration.Builder
Configuration.builder()
Return a Builder for Configuration that is loaded manually (not via the normal resource loading).Configuration.Builder.eventRunner
(ModificationEventRunner eventRunner) Optionally set the event runner to use .Configuration.Builder.includeResourceLoading()
Specify to include standard resource loading.Configuration.Builder.log
(ConfigurationLog log) Optionally set the log to use.Put an entry into the configuration.Put entries into the configuration.Configuration.Builder.putAll
(Properties source) Put entries into the configuration from properties.Configuration.Builder.resourceLoader
(ResourceLoader resourceLoader) Optionally set the resource loader to use.