public abstract class ConnectorFilter extends Filter
| Modifier and Type | Field and Description |
|---|---|
protected List<Filter> |
filterSet
The set of filters used by And/Or filters
|
| Constructor and Description |
|---|
ConnectorFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(Filter filter)
Add a new Filter to the list.
|
List<Filter> |
getFilterSet()
Get the list of filters stored in the composite filter
|
String |
toString()
Return a string compliant with RFC 2254 representing a composite filter,
one of AND, OR and NOT
|
public void addFilter(Filter filter) throws DecoderException
filter - The filter to addDecoderExceptionpublic List<Filter> getFilterSet()
Copyright © 2021. All rights reserved.