Package org.aoju.bus.setting
Interface Factory
public interface Factory
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionapply(ElementFormatter<IniComment> commentElementFormatter, ElementFormatter<IniSection> sectionElementFormatter, ElementFormatter<IniProperty> propertyElementFormatter) 通过三个字符获取一个iniFormatter
-
Method Details
-
apply
Format apply(ElementFormatter<IniComment> commentElementFormatter, ElementFormatter<IniSection> sectionElementFormatter, ElementFormatter<IniProperty> propertyElementFormatter) 通过三个字符获取一个iniFormatter- Parameters:
commentElementFormatter- a formatter for commentsectionElementFormatter- a formatter for sectionpropertyElementFormatter- a formatter for property- Returns:
- an
Format
-