Home
last modified time | relevance | path

Searched defs:RegexPathMatcher (Results 1 – 1 of 1) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DPathMatchers.java78 static final class RegexPathMatcher implements PathMatcher { class in PathMatchers
82 private RegexPathMatcher(Pattern pattern) { in RegexPathMatcher() method in PathMatchers.RegexPathMatcher