Searched refs:locationRegex (Results 1 – 1 of 1) sorted by relevance
79 final Pattern locationRegex = parsePatternIfNonEmpty(splits[2], locationRegexPos); in parseSpec() local81 return new RegexMatchProbeSpec(spec, new URL(splits[0]), statusRegex, locationRegex); in parseSpec()