Uses of Class
org.apache.juneau.commons.settings.StringSetting
Packages that use StringSetting
Package
Description
Thread-safe system property access with support for global and per-thread overrides,
making it useful for unit tests and configuration management.
Common internal utilities.
Bean-Centric Testing Framework.
-
Uses of StringSetting in org.apache.juneau.commons.settings
Methods in org.apache.juneau.commons.settings that return StringSettingModifier and TypeMethodDescriptionIf a value is present, and the value matches the given predicate, returns a StringSetting describing the value, otherwise returns an empty StringSetting.Returns aStringSettingfor the specified system property.If a value is present, applies the provided mapping function to it and returns a StringSetting describing the result. -
Uses of StringSetting in org.apache.juneau.commons.utils
Methods in org.apache.juneau.commons.utils that return StringSettingModifier and TypeMethodDescriptionstatic StringSettingLooks up a system property or environment variable. -
Uses of StringSetting in org.apache.juneau.junit.bct
Methods in org.apache.juneau.junit.bct that return StringSetting