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