Uses of Interface
java.nio.file.PathMatcher
Package
Description
Defines interfaces and classes for the Java virtual machine to access files,
file attributes, and file systems.
-
Uses of PathMatcher in java.nio.file
Modifier and TypeMethodDescriptionabstract PathMatcher
FileSystem.getPathMatcher
(String syntaxAndPattern) Returns aPathMatcher
that performs match operations on theString
representation ofPath
objects by interpreting a given pattern.