Class ResourceTypesFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceTypesFilter​(java.util.Collection<java.lang.String> filteredResourceTypes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean includes​(HistoryEntry historyEntry)
      Checks if the given element is included in this filter.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceTypesFilter

        public ResourceTypesFilter​(java.util.Collection<java.lang.String> filteredResourceTypes)
    • Method Detail

      • includes

        public boolean includes​(HistoryEntry historyEntry)
        Description copied from interface: Filter
        Checks if the given element is included in this filter.
        Specified by:
        includes in interface Filter<HistoryEntry>
        Parameters:
        historyEntry - the element to check
        Returns:
        true if the element is included; false otherwise.