| Package | Description |
|---|---|
| org.aoju.bus.setting |
Setting模块主要针对Properties、ini、yaml等文件读写做封装
同时定义一套自己的配置文件规范,实现兼容性良好的配置工具
|
| org.aoju.bus.setting.format |
配置文件格式化封装
|
| org.aoju.bus.setting.magic |
配置文件实现封装
|
| org.aoju.bus.setting.metric |
配置环境封装,例如Profile可以自定义不同环境下的配置文件位置
|
| Class and Description |
|---|
| IniComment
Ini file's comment.
|
| IniElement
IniElement, like
sections, properties, comments. |
| IniProperty
Ini file's parameters, like
property1=value1 |
| IniSection
Ini file's Section
|
| IniSetting
Ini数据,扩展
ArrayList <IniElement>
如果要向此ini添加空行,只需添加null
如果您想创建Ini,则可以Builder |
| Properties
Properties文件读取封装类
|
| Class and Description |
|---|
| IniComment
Ini file's comment.
|
| IniElement
IniElement, like
sections, properties, comments. |
| IniProperty
Ini file's parameters, like
property1=value1 |
| IniSection
Ini file's Section
|
| Class and Description |
|---|
| AbstractElement
an abstract class for
IniElement. |
| AbstractSetting
Setting抽象类
|
| IniComment
Ini file's comment.
|
| IniCommentImpl
Ini file's comment.
|
| IniElement
IniElement, like
sections, properties, comments. |
| IniProperty
Ini file's parameters, like
property1=value1 |
| IniSection
Ini file's Section
|
| PopSetting
设置工具类 用于支持设置(配置)文件
用于替换Properties类,提供功能更加强大的配置文件,同时对Properties文件向下兼容
|
| Properties
Properties文件读取封装类
|
| Class and Description |
|---|
| PopSetting
设置工具类 用于支持设置(配置)文件
用于替换Properties类,提供功能更加强大的配置文件,同时对Properties文件向下兼容
|
Copyright © 2022. All rights reserved.