| Package | Description |
|---|---|
| org.aoju.bus.setting |
Setting模块主要针对Properties、ini、yaml等文件读写做封装
同时定义一套自己的配置文件规范,实现兼容性良好的配置工具
|
| org.aoju.bus.setting.format |
配置文件格式化封装
|
| Modifier and Type | Method and Description |
|---|---|
Format |
Factory.apply(ElementFormatter<IniComment> commentElementFormatter,
ElementFormatter<IniSection> sectionElementFormatter,
ElementFormatter<IniProperty> propertyElementFormatter)
通过三个字符获取一个iniFormatter
|
protected Format |
Readers.getFormatter()
get a default formatter by factory
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFormatter
|
Copyright © 2022. All rights reserved.