Uses of Class
org.miaixz.bus.setting.format.AbstractFormatter
Packages that use AbstractFormatter
Package
Description
Provides classes for formatting and parsing lines within configuration files, specifically for the INI format.
-
Uses of AbstractFormatter in org.miaixz.bus.setting.format
Subclasses of AbstractFormatter in org.miaixz.bus.setting.formatModifier and TypeClassDescriptionclassA formatter that parses a string value into anIniCommentobject.classA formatter that parses a string value into anIniPropertyobject (a key-value pair).classA formatter that parses a string value into anIniSectionobject.