AttributeView (Java SE 9 & JDK 9 ) (original) (raw)
- 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")
,[FileAttributeView](../../../../java/nio/file/attribute/FileAttributeView.html "interface in java.nio.file.attribute")
,[FileOwnerAttributeView](../../../../java/nio/file/attribute/FileOwnerAttributeView.html "interface in java.nio.file.attribute")
,[FileStoreAttributeView](../../../../java/nio/file/attribute/FileStoreAttributeView.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 AttributeView
An object that provides a read-only or updatable view of non-opaque values associated with an object in a filesystem. This interface is extended or implemented by specific attribute views that define the attributes supported by the view. A specific attribute view will typically define type-safe methods to read or update the attributes that it supports.
Since:
1.7
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type Method Description String name() Returns the name of the attribute view. Method Detail
* #### name [String](../../../../java/lang/String.html "class in java.lang") name() Returns the name of the attribute view. Returns: the name of the attribute view
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.