Package com.adobe.cq.history.filter
Class ResourceTypesFilter
java.lang.Object
com.adobe.cq.history.filter.ResourceTypesFilter
- All Implemented Interfaces:
Filter<HistoryEntry>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanincludes(HistoryEntry historyEntry) Checks if the given element is included in this filter.
-
Constructor Details
-
ResourceTypesFilter
-
-
Method Details
-
includes
Description copied from interface:FilterChecks if the given element is included in this filter.- Specified by:
includesin interfaceFilter<HistoryEntry>- Parameters:
historyEntry- the element to check- Returns:
trueif the element is included;falseotherwise.
-