All Classes and Interfaces
Class
Description
an abstract class for
IniElement.将字符串值的格式设置为
IniElement 除了CommentElementFormatter之外,所有元素格式化程序都还需要注释元素格式化程序Setting抽象类
构建器创建
IniSetting示例 非线程安全将字符串值格式设置为
IniComment将字符串值格式设置为
IniElementini 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,则可以BuilderSetting文件加载器
值编辑器,用于在加载配置文件时对值进行编辑,例如解密等 此接口用于在加载配置文件时,编辑值,例如解密等,从而加载出明文的配置值
Profile可以让我们定义一系列的配置信息,然后指定其激活条件。
将字符串值格式设置为
IniPropertyProperties文件读取封装类
将字符串值格式设置为
IniSectionSetting工具类 提供静态方法获取配置文件
设置工具类。
toml读写封装
TOML文件读取 来自:https://github.com/TheElectronWill/TOML-javalib
TOML生成器
基于Snakeyaml的的YAML读写工具