インタフェース
java.nio.file.PathMatcherの使用
-
java.nio.fileでのPathMatcherの使用
修飾子と型メソッド説明abstract PathMatcher
FileSystem.getPathMatcher
(String syntaxAndPattern) 指定されたパターンを解釈することにより、Path
オブジェクトのString
表現に対するマッチ操作を実行するPathMatcher
を返します。