BasicFileAttributeView

Interface BasicFileAttributeView

All Superinterfaces:
AttributeView, FileAttributeView
All Known Subinterfaces:
DosFileAttributeView, PosixFileAttributeView
public interface BasicFileAttributeView
extends FileAttributeView

A file attribute view that provides a view of a basic set of file attributes common to many file systems. The basic set of file attributes consist of mandatory and optional file attributes as defined by the BasicFileAttributes interface.

The