Searched refs:syntaxAndPattern (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/nio/file/
H A DFileSystem.java302 * The {@code syntaxAndPattern} parameter identifies the syntax and the
423 * @param syntaxAndPattern
437 public abstract PathMatcher getPathMatcher(String syntaxAndPattern); argument
/openjdk10/jdk/test/java/nio/file/Files/
H A DFaultyFileSystem.java168 public PathMatcher getPathMatcher(String syntaxAndPattern) { argument
169 final PathMatcher matcher = delegate.getPathMatcher(syntaxAndPattern);
H A DPassThroughFileSystem.java133 public PathMatcher getPathMatcher(String syntaxAndPattern) { argument
134 final PathMatcher matcher = delegate.getPathMatcher(syntaxAndPattern);
/openjdk10/jdk/test/java/nio/file/spi/
H A DTestProvider.java266 public PathMatcher getPathMatcher(String syntaxAndPattern) { argument
267 return delegate.getPathMatcher(syntaxAndPattern);

Completed in 55 milliseconds