| Package | Description |
|---|---|
| org.aoju.bus.setting |
Setting模块主要针对Properties、ini、yaml等文件读写做封装
同时定义一套自己的配置文件规范,实现兼容性良好的配置工具
|
| Modifier and Type | Method and Description |
|---|---|
IniSetting |
Builder.build() |
protected IniSetting |
Readers.defaultFormat(Reader reader)
format reader to ini bean
|
protected IniSetting |
Readers.defaultFormat(Reader reader,
int builderCapacity)
format reader to ini bean
|
IniSetting |
Readers.read(File file)
read ini file to bean
|
IniSetting |
Readers.read(InputStream in)
read ini data from an inputStream
|
IniSetting |
Readers.read(Path path)
read ini file to bean
|
IniSetting |
Readers.read(Reader reader)
to buffered and read
|
Copyright © 2022. All rights reserved.