Searched refs:EXCLLIST_REGEXP (Results 1 – 1 of 1) sorted by relevance
90 private static final String EXCLLIST_REGEXP = "^$|^" + EXCL_REGEX + "(," + EXCL_REGEX + ")*$"; field in Proxy96 EXCLLIST_PATTERN = Pattern.compile(EXCLLIST_REGEXP);