public abstract class PathMatcherBase extends Object implements PathMatcher
PathMatcher
which delegates matching to a
path's string representationFileSystem.getPathMatcher(String)
Constructor and Description |
---|
PathMatcherBase() |
protected abstract boolean match(String input)
public final boolean matches(@Nonnull Path path)
matches
in interface PathMatcher
path
- the path to matchtrue
if, and only if, the path matches this
matcher's pattern