Searched refs:getPathMatcher (Results 1 – 6 of 6) sorted by relevance
181 PathMatcher pathMatcher = fileSystem.getPathMatcher("glob:" + "*.java"); in test_getPathMatcher_glob()185 pathMatcher = fileSystem.getPathMatcher("glob:" + "*.*"); in test_getPathMatcher_glob()189 pathMatcher = fileSystem.getPathMatcher("glob:" + "*.{java,class}"); in test_getPathMatcher_glob()195 pathMatcher = fileSystem.getPathMatcher("glob:" + "f.?"); in test_getPathMatcher_glob()200 pathMatcher = fileSystem.getPathMatcher("glob:" + "/home/*/*"); in test_getPathMatcher_glob()207 pathMatcher = fileSystem.getPathMatcher("glob:" + "/home/**"); in test_getPathMatcher_glob()218 PathMatcher pathMatcher = fileSystem.getPathMatcher("regex:" + "(hello|hi)*[^a|b]?k.*"); in test_getPathMatcher_regex()233 fileSystem.getPathMatcher("unsupported:test"); in test_getPathMatcher_unsupported()
432 public abstract PathMatcher getPathMatcher(String syntaxAndPattern); in getPathMatcher() method in FileSystem
518 final PathMatcher matcher = fs.getPathMatcher("glob:" + glob);
104 public PathMatcher getPathMatcher(String syntaxAndPattern) { in getPathMatcher() method in MockFileSystem
285 public PathMatcher getPathMatcher(String syntaxAndInput) {
7303 method public abstract java.nio.file.PathMatcher getPathMatcher(String);