public abstract class

FileSystem

extends Object
java.lang.Object
   ↳ sun.management.FileSystem

Summary

Protected Constructors
FileSystem()
Public Methods
abstract boolean isAccessUserOnly(File f)
Tell whether or not the specified file is accessible by anything other than the file owner.
static FileSystem open()
Opens the file system
abstract boolean supportsFileSecurity(File f)
Tells whether or not the specified file is located on a file system that supports file security or not.
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected FileSystem ()

Public Methods

public abstract boolean isAccessUserOnly (File f)

Tell whether or not the specified file is accessible by anything other than the file owner.

Throws
IOException if an I/O error occurs.
UnsupportedOperationException If file is located on a file system that doesn't support file security.

public static FileSystem open ()

Opens the file system

public abstract boolean supportsFileSecurity (File f)

Tells whether or not the specified file is located on a file system that supports file security or not.

Throws
IOException if an I/O error occurs.