Uses of Interface
org.miaixz.bus.setting.Format
Packages that use Format
Package
Description
Setting模块主要针对Properties文件读写做封装,同时定义一套自己的配置文件规范,实现兼容性良好的配置工具。
配置文件格式化封装
-
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) 通过三个字符获取一个iniFormatterprotected FormatLoader.getFormatter()get a default formatter by factory -
Uses of Format in org.miaixz.bus.setting.format
Classes in org.miaixz.bus.setting.format that implement FormatModifier and TypeClassDescriptionclass