Module java.base

Interface AttributeView

所有已知的子接口:
AclFileAttributeView, BasicFileAttributeView, DosFileAttributeView, FileAttributeView, FileOwnerAttributeView, FileStoreAttributeView, PosixFileAttributeView, UserDefinedFileAttributeView

public interface AttributeView
提供对文件系统中对象关联的非不透明值的只读或可更新视图的对象。该接口由定义视图支持的属性的特定属性视图扩展或实现。特定属性视图通常会定义类型安全的方法来读取或更新其支持的属性。
自Java版本:
1.7
  • Method Summary

    Modifier and Type
    Method
    Description
    name()
    返回属性视图的名称。
  • Method Details

    • name

      String name()
      返回属性视图的名称。
      返回:
      属性视图的名称