Uses of Interface
java.nio.file.attribute.AttributeView
-
Packages that use AttributeView 软件包 描述 java.nio.file.attribute 提供对文件和文件系统属性的访问的接口和类。 -
-
Uses of AttributeView in java.nio.file.attribute
Subinterfaces of AttributeView in java.nio.file.attribute 变量和类型 接口 描述 interface
AclFileAttributeView
一个文件属性视图,支持读取或更新文件的访问控制列表(ACL)或文件所有者属性。interface
BasicFileAttributeView
文件属性视图,提供许多文件系统通用的 基本文件属性 集的视图。interface
DosFileAttributeView
文件属性视图,提供旧版“DOS”文件属性的视图。interface
FileAttributeView
属性视图,它是与文件系统中的文件关联的非不透明值的只读或可更新视图。interface
FileOwnerAttributeView
一个文件属性视图,支持读取或更新文件的所有者。interface
FileStoreAttributeView
属性视图,它是FileStore
的属性的只读或可更新视图。interface
PosixFileAttributeView
文件属性视图,提供通常与实现可移植操作系统接口(POSIX)标准系列的操作系统所使用的文件系统上的文件相关联的文件属性的视图。interface
UserDefinedFileAttributeView
文件属性视图,提供文件用户定义属性的视图,有时称为 扩展属性 。
-