Module bus.setting
Package org.miaixz.bus.setting.metric.ini
package org.miaixz.bus.setting.metric.ini
Provides classes that model the structure of an INI configuration file, including sections, properties, and comments.
- Since:
- Java 17+
- Author:
- Kimi Liu
-
ClassDescriptionan 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 parameters, likeproperty1=value1Ini file's Sectionsection create functionIni file's SectionRepresents the in-memory structure of an INI file, extendingArrayList<IniElement>.