public class DisjunctionRestriction extends Object implements Restriction, RestrictionAppender
| Constructor and Description |
|---|
DisjunctionRestriction() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(Restriction r) |
boolean |
matches(String[] line,
Map<String,Integer> headers) |
DisjunctionRestriction |
or(Restriction restriction) |
public DisjunctionRestriction or(Restriction restriction)
public boolean matches(String[] line, Map<String,Integer> headers)
matches in interface Restrictionpublic void append(Restriction r)
append in interface RestrictionAppenderCopyright © 2018. All rights reserved.