< prev index next >

src/java.base/share/classes/java/nio/file/attribute/DosFileAttributeView.java

Print this page

        

*** 39,53 **** * <p> Where dynamic access to file attributes is required, the attributes * supported by this attribute view are as defined by {@code * BasicFileAttributeView}, and in addition, the following attributes are * supported: * <blockquote> ! * <table border="1" cellpadding="8" summary="Supported attributes"> * <tr> * <th> Name </th> * <th> Type </th> * </tr> * <tr> * <td> readonly </td> * <td> {@link Boolean} </td> * </tr> * <tr> --- 39,57 ---- * <p> Where dynamic access to file attributes is required, the attributes * supported by this attribute view are as defined by {@code * BasicFileAttributeView}, and in addition, the following attributes are * supported: * <blockquote> ! * <table class="altrows"> ! * <caption style="display:none">Supported attributes</caption> ! * <thead> * <tr> * <th> Name </th> * <th> Type </th> * </tr> + * </thead> + * <tbody> * <tr> * <td> readonly </td> * <td> {@link Boolean} </td> * </tr> * <tr>
*** 60,69 **** --- 64,74 ---- * </tr> * <tr> * <td> archive </td> * <td> {@link Boolean} </td> * </tr> + * </tbody> * </table> * </blockquote> * * <p> The {@link java.nio.file.Files#getAttribute getAttribute} method may * be used to read any of these attributes, or any of the attributes defined by
< prev index next >