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
ConstructorsModifierConstructorDescriptionprotected
Creates an empty filter.protected
AbstractListFilter
(List<StanzaFilter> filters) Creates an filter using the specified filters.protected
AbstractListFilter
(StanzaFilter... filters) Creates an filter using the specified filters. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFilter
(StanzaFilter filter) Adds a filter to the filter list.final String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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