jdk/src/java.base/share/classes/java/nio/file/attribute/DosFileAttributeView.java
changeset 45881 aaec0fbe17ae
parent 45124 144479e89cdb
equal deleted inserted replaced
45871:878e21603932 45881:aaec0fbe17ae
    43  * <blockquote>
    43  * <blockquote>
    44  * <table class="striped">
    44  * <table class="striped">
    45  * <caption style="display:none">Supported attributes</caption>
    45  * <caption style="display:none">Supported attributes</caption>
    46  * <thead>
    46  * <thead>
    47  *   <tr>
    47  *   <tr>
    48  *     <th> Name </th>
    48  *     <th scope="col"> Name </th>
    49  *     <th> Type </th>
    49  *     <th scope="col"> Type </th>
    50  *   </tr>
    50  *   </tr>
    51  * </thead>
    51  * </thead>
    52  * <tbody>
    52  * <tbody>
    53  *   <tr>
    53  *   <tr>
    54  *     <td> readonly </td>
    54  *     <th scope="row"> readonly </th>
    55  *     <td> {@link Boolean} </td>
    55  *     <td> {@link Boolean} </td>
    56  *   </tr>
    56  *   </tr>
    57  *   <tr>
    57  *   <tr>
    58  *     <td> hidden </td>
    58  *     <th scope="row"> hidden </th>
    59  *     <td> {@link Boolean} </td>
    59  *     <td> {@link Boolean} </td>
    60  *   </tr>
    60  *   </tr>
    61  *   <tr>
    61  *   <tr>
    62  *     <td> system </td>
    62  *     <th scope="row"> system </th>
    63  *     <td> {@link Boolean} </td>
    63  *     <td> {@link Boolean} </td>
    64  *   </tr>
    64  *   </tr>
    65  *   <tr>
    65  *   <tr>
    66  *     <td> archive </td>
    66  *     <th scope="row"> archive </th>
    67  *     <td> {@link Boolean} </td>
    67  *     <td> {@link Boolean} </td>
    68  *   </tr>
    68  *   </tr>
    69  * </tbody>
    69  * </tbody>
    70  * </table>
    70  * </table>
    71  * </blockquote>
    71  * </blockquote>