public class ConjunctionRestriction extends Object implements Restriction, RestrictionAppender
| Constructor and Description |
|---|
ConjunctionRestriction() |
| Modifier and Type | Method and Description |
|---|---|
ConjunctionRestriction |
and(Restriction restriction) |
void |
append(Restriction r) |
boolean |
matches(String[] line,
Map<String,Integer> headers) |
public ConjunctionRestriction and(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.