Top Constructors Methods
jdk.internal.agent

public Class FileSystemImpl

extends FileSystem
Class Inheritance
Annotations
@SuppressWarnings:removal
Imports
java.io.File, .IOException

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public boolean
isAccessUserOnly(File f)

Implements abstract jdk.internal.agent.FileSystem.isAccessUserOnly.

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.internal.agent.FileSystem.supportsFileSecurity.

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

Inherited from jdk.internal.agent.FileSystem:
open

Constructor Detail

FileSystemImplback to summary
public FileSystemImpl()

Method Detail

isAccessUserOnlyback to summary
public boolean isAccessUserOnly(File f) throws IOException

Implements abstract jdk.internal.agent.FileSystem.isAccessUserOnly.

Doc from jdk.internal.agent.FileSystem.isAccessUserOnly.

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

Exceptions
IOException:
if an I/O error occurs.
isAccessUserOnly0back to summary
pack-priv static native boolean isAccessUserOnly0(String path) throws IOException
supportsFileSecurityback to summary
public boolean supportsFileSecurity(File f) throws IOException

Implements abstract jdk.internal.agent.FileSystem.supportsFileSecurity.

Doc from jdk.internal.agent.FileSystem.supportsFileSecurity.

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

Exceptions
IOException:
if an I/O error occurs.