public class Filter extends Object
| Constructor and Description |
|---|
Filter(FilterType filterType,
Matcher matcher)
Construct a filter with a type and an associated matcher
|
Filter(FilterType filterType,
String value)
Construct a filter with a type and an associated value
|
Filter(String customAttribute,
Matcher matcher)
Construct a filter with a custom attribute and an associated matcher
|
Filter(String customAttribute,
String value)
Construct a filter with a custom attribute and an associated value
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribut() |
Matcher |
getMatcher() |
boolean |
isPreFilter() |
String |
toString() |
public Filter(FilterType filterType, String value)
filterType - filter typevalue - value to filterpublic Filter(FilterType filterType, Matcher matcher)
filterType - filter typematcher - matcherpublic Filter(String customAttribute, String value)
customAttribute - custom attribute namevalue - custom attribute valueCopyright © 2015 AConsulting. All Rights Reserved.