| Modifier and Type | Field and Description |
|---|---|
protected java.util.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.
|
java.util.List<Filter> |
getFilterSet()
Get the list of filters stored in the composite filter
|
java.lang.String |
toString()
Return a string compliant with RFC 2254 representing a composite filter,
one of AND, OR and NOT
|
protected java.util.List<Filter> filterSet
public void addFilter(Filter filter) throws DecoderException
filter - The filter to addDecoderExceptionpublic java.util.List<Filter> getFilterSet()
public java.lang.String toString()
toString in class java.lang.Object