Class ResourceTypesFilter

    • Constructor Detail

      • ResourceTypesFilter

        public ResourceTypesFilter​(Collection<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.