Searched refs:EXCLLIST_PATTERN (Results 1 – 1 of 1) sorted by relevance
93 private static final Pattern EXCLLIST_PATTERN; field in Proxy97 EXCLLIST_PATTERN = Pattern.compile(EXCLLIST_REGEXP);222 Matcher listMatch = EXCLLIST_PATTERN.matcher(exclList); in validate()