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