public abstract class AbstractFormatter<E extends IniElement> extends Object implements ElementFormatter<E>
IniElement
除了CommentElementFormatter之外,所有元素格式化程序都还需要注释元素格式化程序| Constructor and Description |
|---|
AbstractFormatter() |
AbstractFormatter(CommentFormatter commentElementFormatter) |
| Modifier and Type | Method and Description |
|---|---|
protected CommentFormatter |
getCommentElementFormatter() |
protected void |
setCommentElementFormatter(CommentFormatter commentElementFormatter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheck, formatpublic AbstractFormatter(CommentFormatter commentElementFormatter)
public AbstractFormatter()
protected CommentFormatter getCommentElementFormatter()
protected void setCommentElementFormatter(CommentFormatter commentElementFormatter)
Copyright © 2022. All rights reserved.