Uses of Interface
org.apache.juneau.commons.settings.SettingStore
Packages that use SettingStore
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 SettingStore in org.apache.juneau.commons.settings
Classes in org.apache.juneau.commons.settings that implement SettingStoreModifier and TypeClassDescriptionclassA writableSettingStoreimplementation created from functional interfaces.classA writableSettingStoreimplementation backed by a thread-safe map.Method parameters in org.apache.juneau.commons.settings with type arguments of type SettingStoreModifier and TypeMethodDescriptionSettings.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.