Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | isAccessUserOnly(File f)
Implements abstract jdk. Tell whether or not the specified file is accessible by anything other than the file owner. |
pack-priv static native boolean | |
public boolean | supportsFileSecurity(File f)
Implements abstract jdk. Tells whether or not the specified file is located on a file system that supports file security or not. |
FileSystemImpl | back to summary |
---|---|
public FileSystemImpl() |
isAccessUserOnly | back to summary |
---|---|
public boolean isAccessUserOnly(File f) throws IOException Implements abstract jdk. Doc from jdk. Tell whether or not the specified file is accessible by anything other than the file owner.
|
isAccessUserOnly0 | back to summary |
---|---|
pack-priv static native boolean isAccessUserOnly0(String path) throws IOException |
supportsFileSecurity | back to summary |
---|---|
public boolean supportsFileSecurity(File f) throws IOException Implements abstract jdk. Doc from jdk. Tells whether or not the specified file is located on a file system that supports file security or not.
|