Searched refs:getPathMatcher (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/nio/file/PathMatcher/
H A DBasic.java39 .getPathMatcher("glob:" + pattern).matches(file);
63 FileSystems.getDefault().getPathMatcher("glob:" + pattern);
75 .getPathMatcher("regex:" + pattern).matches(file);
169 FileSystems.getDefault().getPathMatcher("grep:foo");
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileSystem.java50 * <li><p> The {@link #getPathMatcher getPathMatcher} method is used
432 public abstract PathMatcher getPathMatcher(String syntaxAndPattern); method in class:FileSystem
H A DFiles.java434 * FileSystem#getPathMatcher getPathMatcher} method.
472 final PathMatcher matcher = fs.getPathMatcher("glob:" + glob);
/openjdk7/jdk/test/java/nio/file/DirectoryStream/
H A DBasic.java74 dir.getFileSystem().getPathMatcher("glob:f*");
89 dir.getFileSystem().getPathMatcher("glob:z*");
/openjdk7/jdk/test/java/nio/file/spi/
H A DTestProvider.java231 public PathMatcher getPathMatcher(String syntaxAndPattern) { method in class:TestProvider.TestFileSystem
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java133 public PathMatcher getPathMatcher(String syntaxAndPattern) { method in class:PassThroughFileSystem
134 final PathMatcher matcher = delegate.getPathMatcher(syntaxAndPattern);
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystem.java285 public PathMatcher getPathMatcher(String syntaxAndInput) { method in class:WindowsFileSystem
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileSystem.java285 public PathMatcher getPathMatcher(String syntaxAndInput) { method in class:UnixFileSystem
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java232 public PathMatcher getPathMatcher(String syntaxAndInput) { method in class:ZipFileSystem

Completed in 52 milliseconds