This class is not part of the public API.
Class: sun.management.FileSystemImpl
Inheritance
Superclass tree:
Methods
-
FileSystemImpltop
public FileSystemImpl()
-
isAccessUserOnlytop
public boolean isAccessUserOnly(
File f)
throws IOException
Tell whether or not the specified file is accessible
by anything other than the file owner.
- Exceptions:
- @throws IOException if an I/O error occurs.
-
isAccessUserOnly0top
static native boolean isAccessUserOnly0(
String path)
throws IOException
-
supportsFileSecuritytop
public boolean supportsFileSecurity(
File f)
throws IOException
Tells whether or not the specified file is located on a
file system that supports file security or not.
- Exceptions:
- @throws IOException if an I/O error occurs.