java.lang.Object | |
↳ | sun.management.FileSystem |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tell whether or not the specified file is accessible
by anything other than the file owner.
| |||||||||||
Opens the file system
| |||||||||||
Tells whether or not the specified file is located on a
file system that supports file security or not.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Tell whether or not the specified file is accessible by anything other than the file owner.
IOException | if an I/O error occurs. |
---|---|
UnsupportedOperationException | If file is located on a file system that doesn't support file security. |
Tells whether or not the specified file is located on a file system that supports file security or not.
IOException | if an I/O error occurs. |
---|