Uses of Interface
java.nio.file.PathMatcher
-
Packages that use PathMatcher 软件包 描述 java.nio.file 定义Java虚拟机访问文件,文件属性和文件系统的接口和类。 -
-
Uses of PathMatcher in java.nio.file
Methods in java.nio.file that return PathMatcher Modifier and Type 方法 描述 abstract PathMatcher
FileSystem. getPathMatcher(String syntaxAndPattern)
返回一个PathMatcher
,通过解释给定的模式,对Path
对象的String
表示执行匹配操作。
-