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 static Pattern |
getPattern(String str) |
boolean |
match(Map<String,String> keys) |
public boolean noMatch
public boolean tagAll
public boolean valueAll
public boolean valueBool
public CheckerElement(String exp) throws PatternSyntaxException
PatternSyntaxException
private static Pattern getPattern(String str) throws PatternSyntaxException
PatternSyntaxException