| Package | Description |
|---|---|
| org.aoju.bus.setting | |
| org.aoju.bus.setting.format |
| Modifier and Type | Method and Description |
|---|---|
Supplier<ElementFormatter<IniComment>> |
Readers.getCommentElementFormatterSupplier() |
Supplier<ElementFormatter<IniProperty>> |
Readers.getPropertyElementFormatterSupplier() |
Supplier<ElementFormatter<IniSection>> |
Readers.getSectionElementFormatterSupplier() |
| Modifier and Type | Method and Description |
|---|---|
Format |
Factory.apply(ElementFormatter<IniComment> commentElementFormatter,
ElementFormatter<IniSection> sectionElementFormatter,
ElementFormatter<IniProperty> propertyElementFormatter)
通过三个字符获取一个iniFormatter
|
Format |
Factory.apply(ElementFormatter<IniComment> commentElementFormatter,
ElementFormatter<IniSection> sectionElementFormatter,
ElementFormatter<IniProperty> propertyElementFormatter)
通过三个字符获取一个iniFormatter
|
Format |
Factory.apply(ElementFormatter<IniComment> commentElementFormatter,
ElementFormatter<IniSection> sectionElementFormatter,
ElementFormatter<IniProperty> propertyElementFormatter)
通过三个字符获取一个iniFormatter
|
| Modifier and Type | Method and Description |
|---|---|
void |
Readers.setCommentElementFormatterSupplier(Supplier<ElementFormatter<IniComment>> commentElementFormatterSupplier) |
void |
Readers.setPropertyElementFormatterSupplier(Supplier<ElementFormatter<IniProperty>> propertyElementFormatterSupplier) |
void |
Readers.setSectionElementFormatterSupplier(Supplier<ElementFormatter<IniSection>> sectionElementFormatterSupplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFormatter<E extends IniElement>
将字符串值的格式设置为
IniElement
除了CommentElementFormatter之外,所有元素格式化程序都还需要注释元素格式化程序 |
class |
CommentFormatter
将字符串值格式设置为
IniComment |
class |
PropertyFormatter
将字符串值格式设置为
IniProperty |
class |
SectionFormatter
将字符串值格式设置为
IniSection |
| Modifier and Type | Field and Description |
|---|---|
protected ElementFormatter<IniComment> |
DefaultFormatter.commentElementFormatter |
protected ElementFormatter<IniProperty> |
DefaultFormatter.propertyElementFormatter |
protected ElementFormatter<IniSection> |
DefaultFormatter.sectionElementFormatter |
| Constructor and Description |
|---|
DefaultFormatter(ElementFormatter<IniComment> commentElementFormatter,
ElementFormatter<IniSection> sectionElementFormatter,
ElementFormatter<IniProperty> propertyElementFormatter) |
DefaultFormatter(ElementFormatter<IniComment> commentElementFormatter,
ElementFormatter<IniSection> sectionElementFormatter,
ElementFormatter<IniProperty> propertyElementFormatter) |
DefaultFormatter(ElementFormatter<IniComment> commentElementFormatter,
ElementFormatter<IniSection> sectionElementFormatter,
ElementFormatter<IniProperty> propertyElementFormatter) |
Copyright © 2020. All rights reserved.