public abstract class AbstractListFilter extends Object implements StanzaFilter
| Modifier and Type | Field and Description |
|---|---|
protected List<StanzaFilter> |
filters
The list of filters.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractListFilter()
Creates an empty filter.
|
protected |
AbstractListFilter(StanzaFilter... filters)
Creates an filter using the specified filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(StanzaFilter filter)
Adds a filter to the filter list.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptprotected final List<StanzaFilter> filters
protected AbstractListFilter()
protected AbstractListFilter(StanzaFilter... filters)
filters - the filters to add.public void addFilter(StanzaFilter filter)
filter - a filter to add to the filter list.