|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.qos.logback.core.spi.FilterAttachableImpl<E>
public final class FilterAttachableImpl<E>
Implementation of FilterAttachable.
Constructor Summary | |
---|---|
FilterAttachableImpl()
|
Method Summary | |
---|---|
void |
addFilter(Filter<E> newFilter)
Add a filter to end of the filter list. |
void |
clearAllFilters()
Clear the filter chain |
java.util.List<Filter<E>> |
getCopyOfAttachedFiltersList()
Get a copy of all the filters contained within this FilterAttachable object. |
FilterReply |
getFilterChainDecision(E event)
Loop through the filters in the list. |
Filter<E> |
getFirstFilter()
Get first filter in the chain. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterAttachableImpl()
Method Detail |
---|
public void addFilter(Filter<E> newFilter)
addFilter
in interface FilterAttachable<E>
public Filter<E> getFirstFilter()
getFirstFilter
in interface FilterAttachable<E>
public void clearAllFilters()
clearAllFilters
in interface FilterAttachable<E>
public FilterReply getFilterChainDecision(E event)
getFilterChainDecision
in interface FilterAttachable<E>
public java.util.List<Filter<E>> getCopyOfAttachedFiltersList()
FilterAttachable
getCopyOfAttachedFiltersList
in interface FilterAttachable<E>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |