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.SeeFilter
A 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 void
addFilter(Filter<T> filter)
Deprecated.List<Filter<T>>
getFilters()
Deprecated.protected abstract String
getOperator()
Deprecated.void
setFilters(List<Filter<T>> filters)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
getOperator
protected abstract String getOperator()
Deprecated.
-
-