public interface Factory
| Modifier and Type | Method and Description |
|---|---|
Format |
apply(ElementFormatter<IniComment> commentElementFormatter,
ElementFormatter<IniSection> sectionElementFormatter,
ElementFormatter<IniProperty> propertyElementFormatter)
通过三个字符获取一个iniFormatter
|
Format apply(ElementFormatter<IniComment> commentElementFormatter, ElementFormatter<IniSection> sectionElementFormatter, ElementFormatter<IniProperty> propertyElementFormatter)
commentElementFormatter - a formatter for commentsectionElementFormatter - a formatter for sectionpropertyElementFormatter - a formatter for propertyFormatCopyright © 2020. All rights reserved.