public interface ExcludedPatternsChecker
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
ExcludedPatternsChecker.IsExcluded  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Pattern> | 
getExcludedPatterns()
Allow access list of all defined excluded patterns 
 | 
ExcludedPatternsChecker.IsExcluded | 
isExcluded(String value)
Checks if value matches any of patterns on exclude list 
 | 
void | 
setExcludedPatterns(Set<String> patterns)
Sets excluded patterns during runtime 
 | 
void | 
setExcludedPatterns(String commaDelimitedPatterns)
Sets excluded patterns during runtime 
 | 
void | 
setExcludedPatterns(String[] patterns)
Sets excluded patterns during runtime 
 | 
ExcludedPatternsChecker.IsExcluded isExcluded(String value)
value - to checkvoid setExcludedPatterns(String commaDelimitedPatterns)
commaDelimitedPatterns - comma delimited string with patternsvoid setExcludedPatterns(String[] patterns)
patterns - array of additional excluded patternsvoid setExcludedPatterns(Set<String> patterns)
patterns - set of additional patternsCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.