java.nio.file.attribute
Package java.nio.file.attribute
Interfaces and classes providing access to file and file system attributes.
See: Description
Interface | Description |
---|---|
AclFileAttributeView | A file attribute view that supports reading or updating a file's Access Control Lists (ACL) or file owner attributes. |
AttributeView | An object that provides a read-only or updatable view of non-opaque values associated with an object in a filesystem. |
BasicFileAttributes | Basic attributes associated with a file |