public abstract class AbstractMatcherFilter<E> extends Filter<E>
| Modifier and Type | Field and Description |
|---|---|
protected FilterReply |
onMatch |
protected FilterReply |
onMismatch |
context| Constructor and Description |
|---|
AbstractMatcherFilter() |
| Modifier and Type | Method and Description |
|---|---|
FilterReply |
getOnMatch() |
FilterReply |
getOnMismatch() |
void |
setOnMatch(FilterReply reply) |
void |
setOnMismatch(FilterReply reply) |
decide, getName, isStarted, setName, start, stopaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextprotected FilterReply onMatch
protected FilterReply onMismatch
public final void setOnMatch(FilterReply reply)
public final void setOnMismatch(FilterReply reply)
public final FilterReply getOnMatch()
public final FilterReply getOnMismatch()