FileAttributeView (Java SE 9 & JDK 9 ) (original) (raw)
- All Superinterfaces:
[AttributeView](../../../../java/nio/file/attribute/AttributeView.html "interface in java.nio.file.attribute")
All Known Subinterfaces:[AclFileAttributeView](../../../../java/nio/file/attribute/AclFileAttributeView.html "interface in java.nio.file.attribute")
,[BasicFileAttributeView](../../../../java/nio/file/attribute/BasicFileAttributeView.html "interface in java.nio.file.attribute")
,[DosFileAttributeView](../../../../java/nio/file/attribute/DosFileAttributeView.html "interface in java.nio.file.attribute")
,[FileOwnerAttributeView](../../../../java/nio/file/attribute/FileOwnerAttributeView.html "interface in java.nio.file.attribute")
,[PosixFileAttributeView](../../../../java/nio/file/attribute/PosixFileAttributeView.html "interface in java.nio.file.attribute")
,[UserDefinedFileAttributeView](../../../../java/nio/file/attribute/UserDefinedFileAttributeView.html "interface in java.nio.file.attribute")
public interface FileAttributeView
extends AttributeView
An attribute view that is a read-only or updatable view of non-opaque values associated with a file in a filesystem. This interface is extended or implemented by specific file attribute views that define methods to read and/or update the attributes of a file.
Since:
1.7
See Also:
Files.getFileAttributeView(Path,Class,java.nio.file.LinkOption[])
Method Summary
* ### Methods inherited from interface java.nio.file.attribute.[AttributeView](../../../../java/nio/file/attribute/AttributeView.html "interface in java.nio.file.attribute") `[name](../../../../java/nio/file/attribute/AttributeView.html#name--)`
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2017, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.