This class is not part of the public API.
Class: sun.management.FileSystem
-
public abstract
class FileSystem
-
-
Inheritance
Superclass tree:
Methods
-
FileSystemtop
protected FileSystem()
-
isAccessUserOnlytop
public abstract 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.
- @throws UnsupportedOperationException If file is located on a file system that doesn't support
file security.
-
public static
FileSystem open()
-
supportsFileSecuritytop
public abstract 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.