Package org.jivesoftware.smack.filter
Class AbstractListFilter
java.lang.Object
org.jivesoftware.smack.filter.AbstractListFilter
- All Implemented Interfaces:
Predicate<Stanza>,StanzaFilter
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates an empty filter.protectedAbstractListFilter(List<StanzaFilter> filters) Creates an filter using the specified filters.protectedAbstractListFilter(StanzaFilter... filters) Creates an filter using the specified filters. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFilter(StanzaFilter filter) Adds a filter to the filter list.final StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.filter.StanzaFilter
accept, asPredicate, test
-
Field Details
-
filters
The list of filters.
-
-
Constructor Details
-
AbstractListFilter
protected AbstractListFilter()Creates an empty filter. -
AbstractListFilter
Creates an filter using the specified filters.- Parameters:
filters- the filters to add.
-
AbstractListFilter
Creates an filter using the specified filters.- Parameters:
filters- the filters to add.
-
-
Method Details