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
  • Class
    Description
    An abstract base class for formatters that convert string values into IniElement objects.
    A formatter that parses a string value into an IniComment object.
    The default line formatter for INI files.
    An interface for formatters that convert a string value from a configuration file into a specific IniElement type.
    A formatter that parses a string value into an IniProperty object (a key-value pair).
    A formatter that parses a string value into an IniSection object.