Searched refs:PathMatcher (Results 1 – 7 of 7) sorted by relevance
38 public interface PathMatcher { interface
426 public abstract PathMatcher getPathMatcher(String syntaxAndPattern); in getPathMatcher()
518 final PathMatcher matcher = fs.getPathMatcher("glob:" + glob);
24 import java.nio.file.PathMatcher;104 public PathMatcher getPathMatcher(String syntaxAndPattern) { in getPathMatcher()
29 import java.nio.file.PathMatcher;129 PathMatcher pathMatcher = fileSystem.getPathMatcher("glob:" + "*.java"); in test_getPathMatcher_glob()166 PathMatcher pathMatcher = fileSystem.getPathMatcher("regex:" + "(hello|hi)*[^a|b]?k.*"); in test_getPathMatcher_regex()
285 public PathMatcher getPathMatcher(String syntaxAndInput) {307 return new PathMatcher() {
477 "ojluni/src/main/java/java/nio/file/PathMatcher.java",