| Interface | 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 | Description |
|---|---|
| AbstractElement |
an abstract class for
IniElement. |
| AbstractSetting |
Setting抽象类
|
| IniCommentImpl |
Ini file's comment.
|
| IniPropertyImpl |
Ini file's parameters, like
property1=value1 |
| IniSectionImpl |
Ini file's Section
|
| IniSetting |
Ini数据,扩展
ArrayList <IniElement>
如果要向此ini添加空行,只需添加null
如果您想创建Ini,则可以Builder |
| PopSetting |
设置工具类 用于支持设置(配置)文件
用于替换Properties类,提供功能更加强大的配置文件,同时对Properties文件向下兼容
|
| Properties |
Properties文件读取封装类
|
Copyright © 2021. All rights reserved.