Top Description Methods
sun.nio.fs

public Interface BasicFileAttributesHolder

Imports
java.nio.file.attribute.BasicFileAttributes

Implemented by objects that may hold or cache the attributes of a file.

Method Summary

Modifier and TypeMethod and Description
public BasicFileAttributes
get()

Returns cached attributes (may be null).

public void
invalidate()

Invalidates cached attributes

Method Detail

getback to summary
public BasicFileAttributes get()

Returns cached attributes (may be null). If file is a symbolic link then the attributes are the link attributes and not the final target of the file.

invalidateback to summary
public void invalidate()

Invalidates cached attributes