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 on a custom attribute and an associated matcher
|
Filter(String customAttribute,
String value)
Construct a filter with on a custom attribute and an associated value
|
public Filter(FilterType filterType, String value)
filterType - value - public Filter(FilterType filterType, Matcher matcher)
filterType - matcher - public Filter(String customAttribute, String value)
customAttribute - value - Copyright © 2014 AConsulting. All Rights Reserved.