protected static class TagChecker.CheckerData.CheckerElement extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
noMatch |
Object |
tag |
boolean |
tagAll |
Object |
value |
boolean |
valueAll |
boolean |
valueBool |
Constructor and Description |
---|
CheckerElement(String exp) |
Modifier and Type | Method and Description |
---|---|
private Pattern |
getPattern(String str) |
boolean |
match(OsmPrimitive osm,
Map<String,String> keys) |
public boolean noMatch
public boolean tagAll
public boolean valueAll
public boolean valueBool
public CheckerElement(String exp) throws IllegalStateException, PatternSyntaxException
private Pattern getPattern(String str) throws IllegalStateException, PatternSyntaxException
public boolean match(OsmPrimitive osm, Map<String,String> keys)