Интерфейс FileAttributeView
- Все суперинтерфейсы:
- AttributeView
- Все известные подинтерфейсы:
- AclFileAttributeView, BasicFileAttributeView, DosFileAttributeView, FileOwnerAttributeView, PosixFileAttributeView, UserDefinedFileAttributeView
public interface FileAttributeView extends AttributeView
Представление атрибутов, предоставляющее чтение или обновление значений, не являющихся непрозрачными, связанных с файлом в файловой системе. Этот интерфейс расширяется или реализуется определёнными представлениями атрибутов файлов, которые определяют методы для чтения и/или обновления атрибутов файла.
- С:
- 1.7
- См. также:
Files.getFileAttributeView(Path,Class,java.nio.file.LinkOption[])
Методы
Методы, унаследованные от интерфейса java.nio.file.attribute.AttributeView
name
© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.