public class FormatterConfig
extends java.lang.Object
| Constructor and Description |
|---|
FormatterConfig()
デフォルトコンストラクタ。
デフォルトのフォーマッタを設定する。
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Formatter<?>> |
getFormatters()
フォーマッタのリストを取得する。
|
void |
setFormatters(java.util.List<Formatter<?>> formatters)
フォーマッタのリストを設定する。
|