JavaScript is disabled on your browser.
Skip navigation links
概述
软件包
类
使用
树
已过时的
索引
帮助
Java™ Platform
Standard Ed. 8
上一个
下一个
框架
无框架
所有类
概要:
嵌套 |
字段 |
构造方法 |
方法
详细信息:
字段 |
构造方法 |
方法
compact1, compact2, compact3
java.nio.file.attribute
Interface AttributeView
All Known Subinterfaces:
AclFileAttributeView
,
BasicFileAttributeView
,
DosFileAttributeView
,
FileAttributeView
,
FileOwnerAttributeView
,
FileStoreAttributeView
,
PosixFileAttributeView
,
UserDefinedFileAttributeView
public interface
AttributeView
提供与文件系统中的对象相关联的非不透明值的只读或可更新
视图
的对象。
此接口通过定义视图支持的属性的特定属性视图进行扩展或实现。
特定的属性视图通常会定义类型安全的方法来读取或更新其支持的属性。
从以下版本开始:
1.7
方法摘要
所有方法
接口方法
抽象方法
Modifier and Type
Method and Description
String
name
()
返回属性视图的名称。
方法详细信息
name
String
name()
返回属性视图的名称。
结果
属性视图的名称
Skip navigation links
概述
软件包
类
使用
树
已过时的
索引
帮助
Java™ Platform
Standard Ed. 8
上一个
下一个
框架
无框架
所有类
概要:
嵌套 |
字段 |
构造方法 |
方法
详细信息:
字段 |
构造方法 |
方法