Details
Description
Enhance the FileSystemProvider abstract class to include the methods
public boolean exists(Path path, LinkOption... options);
public A readAttributesIfExists(Path path, Class type, LinkOption... options);
public boolean exists(Path path, LinkOption... options);
public A readAttributesIfExists(Path path, Class type, LinkOption... options);
Attachments
Issue Links
- csr for
-
JDK-8283336 Add exists and readAttributesIfExists methods to FileSystemProvider
-
- Closed
-
- links to
-
Review openjdk/jdk/9249