Package com.google.common.jimfs
Class PathMatchers.RegexPathMatcher
- java.lang.Object
-
- com.google.common.jimfs.PathMatchers.RegexPathMatcher
-
- All Implemented Interfaces:
java.nio.file.PathMatcher
- Enclosing class:
- PathMatchers
static final class PathMatchers.RegexPathMatcher extends java.lang.Object implements java.nio.file.PathMatcherPathMatcherthat matches thetoString()form of aPathagainst a regexPattern.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.regex.Patternpattern
-
Constructor Summary
Constructors Modifier Constructor Description privateRegexPathMatcher(java.util.regex.Pattern pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(java.nio.file.Path path)java.lang.StringtoString()
-