jdk/src/java.base/share/classes/java/nio/file/attribute/AclEntry.java
changeset 47004 b7e72fc752c9
parent 29986 97167d851fc4
equal deleted inserted replaced
47003:7875699033bf 47004:b7e72fc752c9
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    46  *
    46  *
    47  *    <li><p> The {@link #permissions permissions} component is a set of
    47  *    <li><p> The {@link #permissions permissions} component is a set of
    48  *    {@link AclEntryPermission permissions}
    48  *    {@link AclEntryPermission permissions}
    49  *    </p></li>
    49  *    </p></li>
    50  *
    50  *
    51  *    <li><p> The {@link #flags flags} component is a set of {@link AclEntryFlag
    51  *    <li><p> The {@link #flags() flags} component is a set of {@link AclEntryFlag
    52  *    flags} to indicate how entries are inherited and propagated </p></li>
    52  *    flags} to indicate how entries are inherited and propagated </p></li>
    53  * </ol>
    53  * </ol>
    54  *
    54  *
    55  * <p> ACL entries are created using an associated {@link Builder} object by
    55  * <p> ACL entries are created using an associated {@link Builder} object by
    56  * invoking its {@link Builder#build build} method.
    56  * invoking its {@link Builder#build build} method.