Searched refs:metazoneMatcher (Results 1 – 1 of 1) sorted by relevance
52 private Matcher metazoneMatcher = METAZONE_PATTERN.matcher(""); field in PathDescription112 if (metazoneMatcher.reset(path).matches()) { in getDescription()113 String name = metazoneMatcher.group(1); in getDescription()114 String type = metazoneMatcher.group(3); in getDescription()