Uses of Interface
java.nio.file.attribute.FileAttributeView
-
Packages that use FileAttributeView 软件包 描述 java.nio.file 定义Java虚拟机的接口和类,以访问文件,文件属性和文件系统。java.nio.file.attribute 提供对文件和文件系统属性的访问的接口和类。java.nio.file.spi java.nio.file程序包的服务提供程序类。 -
-
Uses of FileAttributeView in java.nio.file
Methods in java.nio.file with type parameters of type FileAttributeView 变量和类型 方法 描述 static <V extends FileAttributeView>
VFiles. getFileAttributeView(Path path, 类<V> type, LinkOption... options)返回给定类型的文件属性视图。<V extends FileAttributeView>
VSecureDirectoryStream. getFileAttributeView(类<V> type)返回新的文件属性视图以访问此目录的文件属性。<V extends FileAttributeView>
VSecureDirectoryStream. getFileAttributeView(T path, 类<V> type, LinkOption... options)返回一个新的文件属性视图,以访问此目录中文件的文件属性。Method parameters in java.nio.file with type arguments of type FileAttributeView 变量和类型 方法 描述 abstract booleanFileStore. supportsFileAttributeView(类<? extends FileAttributeView> type)判断此文件存储是否支持给定文件属性视图标识的文件属性。 -
Uses of FileAttributeView in java.nio.file.attribute
Subinterfaces of FileAttributeView in java.nio.file.attribute 变量和类型 接口 描述 interfaceAclFileAttributeView一个文件属性视图,支持读取或更新文件的访问控制列表(ACL)或文件所有者属性。interfaceBasicFileAttributeView文件属性视图,提供许多文件系统通用的 基本文件属性 集的视图。interfaceDosFileAttributeView文件属性视图,提供旧版“DOS”文件属性的视图。interfaceFileOwnerAttributeView一个文件属性视图,支持读取或更新文件的所有者。interfacePosixFileAttributeView文件属性视图,提供通常与实现可移植操作系统接口(POSIX)标准系列的操作系统所使用的文件系统上的文件相关联的文件属性的视图。interfaceUserDefinedFileAttributeView文件属性视图,提供文件用户定义属性的视图,有时称为 扩展属性 。 -
Uses of FileAttributeView in java.nio.file.spi
Methods in java.nio.file.spi with type parameters of type FileAttributeView 变量和类型 方法 描述 abstract <V extends FileAttributeView>
VFileSystemProvider. getFileAttributeView(Path path, 类<V> type, LinkOption... options)返回给定类型的文件属性视图。
-