Searched defs:syntaxAndPattern (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileSystem.java302 * The {@code syntaxAndPattern} parameter identifies the syntax and the
418 * @param syntaxAndPattern
432 public abstract PathMatcher getPathMatcher(String syntaxAndPattern); argument
/openjdk7/jdk/test/java/nio/file/spi/
H A DTestProvider.java231 public PathMatcher getPathMatcher(String syntaxAndPattern) { argument
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java133 public PathMatcher getPathMatcher(String syntaxAndPattern) { argument
134 final PathMatcher matcher = delegate.getPathMatcher(syntaxAndPattern);

Completed in 341 milliseconds