@FunctionalInterface public interface PathMatcher
FileSystem.getPathMatcher(java.lang.String) ,
Files.newDirectoryStream(Path,String)
boolean matches(Pathpath)
path - the path to match
true if, and only if, the path matches this matcher's pattern