filtering-API.See: Description
| Class | Description |
|---|---|
| ConjunctionCharFilter |
This is an implementation of the
CharFilter interface that combines a given list of filters using a
boolean Conjunction. |
| ConjunctionFilter<V> |
This is an implementation of the
Filter interface that combines a given list of filters using a
boolean Conjunction. |
| ConstantFilter<V> |
This is an implementation of
Filter that either accepts or rejects all objects to filter. |
| FilterRuleChain<V> |
This class implements a
Filter that is based on a chain of FilterRules. |
| FilterRuleChainPlainParser |
This class allows to parse a list of including and excluding regex
PatternFilterRules and build an according
FilterRuleChain. |
| FilterRuleChainXmlParser |
This class allows to parse a list of including and excluding regex
PatternFilterRules from XML and build an
according FilterRuleChain. |
| ListCharFilter |
This is an implementation of the
CharFilter interface that filters characters
according to a given blacklist or whitelist. |
| PatternFilterRule |
This is an implementation of the
FilterRule interface that matches using a regex Pattern. |
filtering-API.
Filter offers a simple
but powerful interface for generic filtering. It comes with an implementation
called ConjunctionFilter that allows to
compose a list of Filters. Copyright © 2001–2015 mmm-Team. All rights reserved.