public class PatternMatch extends FieldFilterRule
| Constructor and Description |
|---|
PatternMatch() |
PatternMatch(String... regex) |
PatternMatch(String regex,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
PatternMatch |
add(String... regex) |
PatternMatch |
add(String regex,
int flags) |
boolean |
allow(Field field) |
Pattern |
get(int index) |
int |
getCount() |
String |
toString() |
getFieldFilterpublic PatternMatch()
public PatternMatch(String... regex)
public PatternMatch(String regex, int flags)
public PatternMatch add(String... regex)
public PatternMatch add(String regex, int flags)
public int getCount()
public Pattern get(int index)
public boolean allow(Field field)
allow in class FieldFilterRuleCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.