Uses of Class
org.miaixz.bus.setting.metric.ini.IniSetting
Packages that use IniSetting
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.Provides classes that model the structure of an INI configuration file, including sections, properties, and comments.
-
Uses of IniSetting in org.miaixz.bus.setting
Methods in org.miaixz.bus.setting that return IniSettingModifier and TypeMethodDescriptionprotected IniSettingLoader.defaultFormat(Reader reader) Parses the content from a reader line by line using the default format.protected IniSettingLoader.defaultFormat(Reader reader, int builderCapacity) Parses the content from a reader line by line.Reads an INI file.Loader.read(InputStream in) Reads INI data from anInputStream.Reads and parses INI data from aReader.Reads an INI file from aPath. -
Uses of IniSetting in org.miaixz.bus.setting.metric.ini
Methods in org.miaixz.bus.setting.metric.ini that return IniSettingModifier and TypeMethodDescriptionINI.build()Builds the finalIniSettingobject from the added elements.