jdk/src/java.base/share/classes/java/nio/file/attribute/PosixFileAttributeView.java
changeset 45881 aaec0fbe17ae
parent 45124 144479e89cdb
equal deleted inserted replaced
45871:878e21603932 45881:aaec0fbe17ae
    76  * <blockquote>
    76  * <blockquote>
    77  * <table class="striped">
    77  * <table class="striped">
    78  * <caption style="display:none">Supported attributes</caption>
    78  * <caption style="display:none">Supported attributes</caption>
    79  * <thead>
    79  * <thead>
    80  *   <tr>
    80  *   <tr>
    81  *     <th> Name </th>
    81  *     <th scope="col"> Name </th>
    82  *     <th> Type </th>
    82  *     <th scope="col"> Type </th>
    83  *   </tr>
    83  *   </tr>
    84  * </thead>
    84  * </thead>
    85  * <tbody>
    85  * <tbody>
    86  *  <tr>
    86  *  <tr>
    87  *     <td> "permissions" </td>
    87  *     <th scope="row"> "permissions" </th>
    88  *     <td> {@link Set}&lt;{@link PosixFilePermission}&gt; </td>
    88  *     <td> {@link Set}&lt;{@link PosixFilePermission}&gt; </td>
    89  *   </tr>
    89  *   </tr>
    90  *   <tr>
    90  *   <tr>
    91  *     <td> "group" </td>
    91  *     <th scope="row"> "group" </th>
    92  *     <td> {@link GroupPrincipal} </td>
    92  *     <td> {@link GroupPrincipal} </td>
    93  *   </tr>
    93  *   </tr>
    94  * </tbody>
    94  * </tbody>
    95  * </table>
    95  * </table>
    96  * </blockquote>
    96  * </blockquote>