| Package | Description |
|---|---|
| org.aoju.bus.setting | |
| 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 © 2020. All rights reserved.