Uses of Interface
org.apache.juneau.commons.settings.FunctionalSource
Packages that use FunctionalSource
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 FunctionalSource in org.apache.juneau.commons.settings
Methods in org.apache.juneau.commons.settings that return FunctionalSourceModifier and TypeMethodDescriptionstatic FunctionalSourceCreates a functional source from a function that returns a string.Methods in org.apache.juneau.commons.settings with parameters of type FunctionalSourceModifier and TypeMethodDescriptionSettings.Builder.addSource(FunctionalSource source) Adds a functional source to the sources list.