Package net.sourceforge.pmd.util.filter
Class AbstractCompoundFilter<T>
- java.lang.Object
-
- net.sourceforge.pmd.util.filter.AbstractCompoundFilter<T>
-
- Type Parameters:
T- The underlying type on which the filter applies.
- All Implemented Interfaces:
Filter<T>
@Deprecated public abstract class AbstractCompoundFilter<T> extends Object implements Filter<T>
Deprecated.SeeFilterA base class for Filters which implements behavior using a List of other Filters.
-
-
Constructor Summary
Constructors Constructor Description AbstractCompoundFilter()Deprecated.AbstractCompoundFilter(Filter<T>... filters)Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddFilter(Filter<T> filter)Deprecated.List<Filter<T>>getFilters()Deprecated.protected abstract StringgetOperator()Deprecated.voidsetFilters(List<Filter<T>> filters)Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
getOperator
protected abstract String getOperator()
Deprecated.
-
-