Uses of Package
org.miaixz.bus.setting.metric.ini
Packages that use org.miaixz.bus.setting.metric.ini
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 for formatting and parsing lines within configuration files, specifically for the INI format.
Provides classes that model the structure of an INI configuration file, including sections, properties, and comments.
-
Classes in org.miaixz.bus.setting.metric.ini used by org.miaixz.bus.settingClassDescriptionIni file's comment.IniElement, like
sections, properties, comments. they all can be likeString.Ini file's parameters, likeproperty1=value1Ini file's SectionRepresents the in-memory structure of an INI file, extendingArrayList<IniElement>. -
Classes in org.miaixz.bus.setting.metric.ini used by org.miaixz.bus.setting.formatClassDescriptionIni file's comment.IniElement, like
sections, properties, comments. they all can be likeString.Ini file's parameters, likeproperty1=value1Ini file's Section -
Classes in org.miaixz.bus.setting.metric.ini used by org.miaixz.bus.setting.metric.iniClassDescriptionan abstract class for
IniElement.A builder for creating anIniSettingobject programmatically.Ini file's comment.section create functionIni file's comment.IniElement, likesections, properties, comments. they all can be likeString.Ini file's parameters, likeproperty1=value1property create functionIni file's Sectionsection create functionRepresents the in-memory structure of an INI file, extendingArrayList<IniElement>.