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 Modifier and Type 接口 描述 interface
AclFileAttributeView
支持读取或更新文件的访问控制列表(ACL)或文件所有者属性的文件属性视图。interface
BasicFileAttributeView
文件属性视图,提供许多文件系统通用的 基本文件属性 集的视图。interface
DosFileAttributeView
提供传统“DOS”文件属性视图的文件属性视图。interface
FileAttributeView
属性视图,它是与文件系统中的文件相关联的非不透明值的只读或可更新视图。interface
FileOwnerAttributeView
支持阅读或更新文件所有者的文件属性视图。interface
FileStoreAttributeView
属性视图是FileStore
的属性的只读或可更新视图。interface
PosixFileAttributeView
文件属性视图,提供通常与实现便携式操作系统接口(POSIX)系列标准的操作系统使用的文件系统上的文件关联的文件属性视图。interface
UserDefinedFileAttributeView
文件属性视图,提供文件的用户定义属性(有时称为 扩展属性)的视图。
-