Uses of Interface
org.miaixz.bus.setting.Format
Packages that use Format
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.
-
Uses of Format in org.miaixz.bus.setting
Methods in org.miaixz.bus.setting that return FormatModifier and TypeMethodDescriptionFactory.apply(ElementFormatter<IniComment> commentElementFormatter, ElementFormatter<IniSection> sectionElementFormatter, ElementFormatter<IniProperty> propertyElementFormatter) Applies the given element formatters to create a newFormatinstance.protected FormatLoader.getFormatter()Gets a default formatter using the configured factory and suppliers. -
Uses of Format in org.miaixz.bus.setting.format
Classes in org.miaixz.bus.setting.format that implement FormatModifier and TypeClassDescriptionclassThe default line formatter for INI files.