Uses of Class
org.miaixz.bus.setting.Loader
Packages that use Loader
Package
Description
Provides a comprehensive toolkit for handling configuration files, including an enhanced
.properties-style
format (.setting) with support for grouping and variable substitution, as well as INI and YAML file support.-
Uses of Loader in org.miaixz.bus.setting
Methods in org.miaixz.bus.setting that return LoaderModifier and TypeMethodDescriptionLoader.setAssignFlag(char assignFlag) Sets the character used to separate keys from values.Loader.setValueEditor(Loader.ValueEditor valueEditor) Sets a custom value editor, which can be used to modify values (e.g., for decryption) as they are being loaded.Loader.setVarRegex(String regex) Sets the regular expression for identifying variables (e.g.,"\\$\\{(.*?)\\}").Constructors in org.miaixz.bus.setting with parameters of type Loader