E - public abstract class ForegroundCompositeConverterBase<E> extends CompositeConverter<E>
started| Constructor and Description |
|---|
ForegroundCompositeConverterBase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.String |
getForegroundColorCode(E event)
Derived classes return the foreground color specific to the derived class instance.
|
protected java.lang.String |
transform(E event,
java.lang.String in) |
convert, getChildConverter, setChildConverter, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionList, start, stopgetFormattingInfo, setFormattingInfo, writeprotected java.lang.String transform(E event, java.lang.String in)
transform in class CompositeConverter<E>protected abstract java.lang.String getForegroundColorCode(E event)