| Package | Description |
|---|---|
| org.aoju.bus.setting |
Setting模块主要针对Properties、ini、yaml等文件读写做封装
同时定义一套自己的配置文件规范,实现兼容性良好的配置工具
|
| org.aoju.bus.setting.format |
配置文件格式化封装
|
| org.aoju.bus.setting.magic |
配置文件实现封装
|
| Modifier and Type | Method and Description |
|---|---|
IniElement |
Format.formatLine(String line)
format a line as a element
|
| Modifier and Type | Method and Description |
|---|---|
Builder |
Builder.plus(List<IniElement> elements)
Plus iniElement list
|
| Constructor and Description |
|---|
Builder(Supplier<List<IniElement>> listSupplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFormatter<E extends IniElement>
将字符串值的格式设置为
IniElement
除了CommentElementFormatter之外,所有元素格式化程序都还需要注释元素格式化程序 |
interface |
ElementFormatter<E extends IniElement>
将字符串值格式设置为
IniElement |
| Modifier and Type | Method and Description |
|---|---|
IniElement |
DefaultFormatter.formatLine(String raw)
format line as element.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IniComment
Ini file's comment.
|
interface |
IniProperty
Ini file's parameters, like
property1=value1 |
interface |
IniSection
Ini file's Section
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElement
an abstract class for
IniElement. |
class |
IniCommentImpl
Ini file's comment.
|
class |
IniPropertyImpl
Ini file's parameters, like
property1=value1 |
class |
IniSectionImpl
Ini file's Section
|
| Constructor and Description |
|---|
IniSetting(Collection<? extends IniElement> c) |
Copyright © 2022. All rights reserved.