Uses of Class
org.apache.juneau.commons.settings.Settings
Packages that use Settings
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 in org.apache.juneau.commons.settings
Methods in org.apache.juneau.commons.settings that return SettingsModifier and TypeMethodDescriptionSettings.Builder.build()Builds a Settings instance from this builder.Settings.clearGlobal()Clears all global overrides.Settings.clearLocal()Clears all per-thread overrides for the current thread.static SettingsSettings.get()Returns the singleton instance of Settings.Setting.getSettings()Returns the Settings instance that created this setting.Sets a global override for the specified property.Sets a per-thread override for the specified property.Constructors in org.apache.juneau.commons.settings with parameters of type Settings