Uses of Class
org.miaixz.bus.setting.magic.Profile
Packages that use Profile
Package
Description
Provides classes for managing and accessing settings, including support for grouped configurations and environment
profiles.
-
Uses of Profile in org.miaixz.bus.setting.magic
Methods in org.miaixz.bus.setting.magic that return ProfileModifier and TypeMethodDescriptionProfile.clear()Clears the cache of all loadedSettinginstances.Profile.setCharset(Charset charset) Sets the character set to be used for reading configuration files.static ProfileGlobalProfile.setProfile(String profile) Sets the active global profile and returns the correspondingProfileinstance.Profile.setProfile(String profile) Sets the active profile.Profile.setUseVar(boolean useVar) Sets whether to enable variable substitution in configuration files.