All Classes and Interfaces

Class
Description
an abstract class for IniElement.
将字符串值的格式设置为IniElement 除了CommentElementFormatter之外,所有元素格式化程序都还需要注释元素格式化程序
Setting抽象类
构建器创建IniSetting示例 非线程安全
将字符串值格式设置为IniComment
默认的ini行格式器 需要三种格式器之一 IniComment, IniSection, IniProperty
将字符串值格式设置为IniElement
iniFormatter的函数接口 通常,格式化程序需要三种格式,例如 IniComment, IniSection, IniProperty
ini formatter.
全局的Profile配置中心
基于分组的Map 此对象方法线程安全
分组化的Set集合类 在配置文件中可以用中括号分隔不同的分组,每个分组会放在独立的Set中,用group区别 无分组的集合和`[]`分组集合会合并成员,重名的分组也会合并成员 分组配置文件如下:
 
Ini file's comment.
section create function
Ini file's comment.
IniElement, like sections, properties, comments. they all can be like String .
Ini file's parameters, like property1=value1
property create function
Ini file's parameters, like property1=value1
Ini file's Section
section create function
Ini file's Section
Ini数据,扩展ArrayList <IniElement> 如果要向此ini添加空行,只需添加null 如果您想创建Ini,则可以Builder
Setting文件加载器
Profile可以让我们定义一系列的配置信息,然后指定其激活条件。
将字符串值格式设置为IniProperty
Properties文件读取封装类
 
将字符串值格式设置为IniSection
Setting工具类 提供静态方法获取配置文件
设置工具类。
toml读写封装
TOML文件读取 来自:https://github.com/TheElectronWill/TOML-javalib
TOML生成器
基于Snakeyaml的的YAML读写工具