-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
b05
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);
- csr for
-
JDK-8283336 Add exists and readAttributesIfExists methods to FileSystemProvider
-
- Closed
-
- relates to
-
JDK-8289984 Files:isDirectory and isRegularFile methods not throwing SecurityException
-
- Closed
-
-
JDK-8281316 javac performance issues with large number of jars on classpath
-
- Open
-