jdk/src/java.base/share/classes/java/nio/file/attribute/package-info.java
changeset 27263 819f5f87d485
parent 26960 d280345c2cfb
child 32143 394ab6a6658d
equal deleted inserted replaced
27262:82895f3a728a 27263:819f5f87d485
    49  * </table></blockquote>
    49  * </table></blockquote>
    50  *
    50  *
    51  * <p> An attribute view provides a read-only or updatable view of the non-opaque
    51  * <p> An attribute view provides a read-only or updatable view of the non-opaque
    52  * values, or <em>metadata</em>, associated with objects in a file system.
    52  * values, or <em>metadata</em>, associated with objects in a file system.
    53  * The {@link java.nio.file.attribute.FileAttributeView} interface is
    53  * The {@link java.nio.file.attribute.FileAttributeView} interface is
    54  * extended by several other interfaces that views to specific sets of file
    54  * extended by several other interfaces that provide views to specific sets of file
    55  * attributes. {@code FileAttributeViews} are selected by invoking the {@link
    55  * attributes. {@code FileAttributeViews} are selected by invoking the {@link
    56  * java.nio.file.Files#getFileAttributeView} method with a
    56  * java.nio.file.Files#getFileAttributeView} method with a
    57  * <em>type-token</em> to identify the required view. Views can also be identified
    57  * <em>type-token</em> to identify the required view. Views can also be identified
    58  * by name. The {@link java.nio.file.attribute.FileStoreAttributeView} interface
    58  * by name. The {@link java.nio.file.attribute.FileStoreAttributeView} interface
    59  * provides access to file store attributes. A {@code FileStoreAttributeView} of
    59  * provides access to file store attributes. A {@code FileStoreAttributeView} of