Module bus.setting
Package org.miaixz.bus.setting.format
package org.miaixz.bus.setting.format
Provides classes for formatting and parsing lines within configuration files, specifically for the INI format.
- Since:
- Java 17+
- Author:
- Kimi Liu
-
ClassDescriptionAbstractFormatter<E extends IniElement>An abstract base class for formatters that convert string values into
IniElementobjects.A formatter that parses a string value into anIniCommentobject.The default line formatter for INI files.ElementFormatter<E extends IniElement>An interface for formatters that convert a string value from a configuration file into a specificIniElementtype.A formatter that parses a string value into anIniPropertyobject (a key-value pair).A formatter that parses a string value into anIniSectionobject.