Class PathMatchers.RegexPathMatcher

java.lang.Object
com.google.common.jimfs.PathMatchers.RegexPathMatcher
All Implemented Interfaces:
PathMatcher
Enclosing class:
PathMatchers

static final class PathMatchers.RegexPathMatcher extends Object implements PathMatcher
PathMatcher that matches the toString() form of a Path against a regex Pattern.
  • Field Details

    • pattern

      private final Pattern pattern
  • Constructor Details

    • RegexPathMatcher

      private RegexPathMatcher(Pattern pattern)
  • Method Details