Package org.miaixz.bus.setting.format
Class AbstractFormatter<E extends IniElement>
java.lang.Object
org.miaixz.bus.setting.format.AbstractFormatter<E>
- All Implemented Interfaces:
ElementFormatter<E>
- Direct Known Subclasses:
CommentFormatter,PropertyFormatter,SectionFormatter
public abstract class AbstractFormatter<E extends IniElement>
extends Object
implements ElementFormatter<E>
将字符串值的格式设置为
IniElement
除了CommentElementFormatter之外,所有元素格式化程序都还需要注释元素格式化程序- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommentFormatterprotected voidsetCommentElementFormatter(CommentFormatter commentElementFormatter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.miaixz.bus.setting.format.ElementFormatter
check, format
-
Constructor Details
-
AbstractFormatter
-
AbstractFormatter
public AbstractFormatter()
-
-
Method Details
-
getCommentElementFormatter
-
setCommentElementFormatter
-