public class PathMappingBooleanOperator extends Object implements BooleanOperator<WaybackRequest>
Modifier and Type | Field and Description |
---|---|
protected boolean |
noMatchesDefault |
protected Map<String,BooleanOperator<WaybackRequest>> |
pathMap |
Constructor and Description |
---|
PathMappingBooleanOperator() |
Modifier and Type | Method and Description |
---|---|
Map<String,BooleanOperator<WaybackRequest>> |
getPathMap() |
boolean |
isNoMatchesDefault() |
boolean |
isTrue(WaybackRequest value) |
void |
setNoMatchesDefault(boolean noMatchesDefault) |
void |
setPathMap(Map<String,BooleanOperator<WaybackRequest>> pathMap) |
protected Map<String,BooleanOperator<WaybackRequest>> pathMap
protected boolean noMatchesDefault
public boolean isTrue(WaybackRequest value)
isTrue
in interface BooleanOperator<WaybackRequest>
public Map<String,BooleanOperator<WaybackRequest>> getPathMap()
public void setPathMap(Map<String,BooleanOperator<WaybackRequest>> pathMap)
public boolean isNoMatchesDefault()
public void setNoMatchesDefault(boolean noMatchesDefault)
Copyright © 2005–2015 IIPC. All rights reserved.