Uses of Interface
org.aoju.bus.setting.Format
Packages that use Format
Package
Description
Setting模块主要针对Properties、ini、yaml等文件读写做封装
同时定义一套自己的配置文件规范,实现兼容性良好的配置工具
配置文件格式化封装
-
Uses of Format in org.aoju.bus.setting
Methods in org.aoju.bus.setting that return FormatModifier and TypeMethodDescriptionFactory.apply(ElementFormatter<IniComment> commentElementFormatter, ElementFormatter<IniSection> sectionElementFormatter, ElementFormatter<IniProperty> propertyElementFormatter) 通过三个字符获取一个iniFormatterprotected FormatReaders.getFormatter()get a default formatter by factory -
Uses of Format in org.aoju.bus.setting.format
Classes in org.aoju.bus.setting.format that implement FormatModifier and TypeClassDescriptionclass