Uses of Class
org.apache.juneau.commons.settings.Settings.Builder
Packages that use Settings.Builder
Package
Description
Thread-safe system property access with support for global and per-thread overrides,
making it useful for unit tests and configuration management.
-
Uses of Settings.Builder in org.apache.juneau.commons.settings
Methods in org.apache.juneau.commons.settings that return Settings.BuilderModifier and TypeMethodDescriptionSettings.Builder.addSource(FunctionalSource source) Adds a functional source to the sources list.Settings.Builder.addSource(SettingSource source) Adds a source to the sources list.<T> Settings.BuilderSettings.Builder.addTypeFunction(Class<T> type, Function<String, T> function) Registers a custom type conversion function for the specified type.static Settings.BuilderSettings.create()Creates a new builder for constructing a Settings instance.Settings.Builder.globalStore(OptionalSupplier<SettingStore> supplier) Sets the supplier for the global store.Settings.Builder.localStore(OptionalSupplier<SettingStore> supplier) Sets the supplier for the local (per-thread) store.final Settings.BuilderSettings.Builder.setSources(SettingSource... sources) Sets the sources list, replacing any existing sources.