Class AbstractListFilter

    • Constructor Detail

      • AbstractListFilter

        protected AbstractListFilter​(StanzaFilter... filters)
        Creates an filter using the specified filters.
        Parameters:
        filters - the filters to add.
      • AbstractListFilter

        protected AbstractListFilter​(java.util.List<StanzaFilter> filters)
        Creates an filter using the specified filters.
        Parameters:
        filters - the filters to add.
    • Method Detail

      • addFilter

        public void addFilter​(StanzaFilter filter)
        Adds a filter to the filter list. A stanza will pass the filter if all of the filters in the list accept it.
        Parameters:
        filter - a filter to add to the filter list.
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object