AclEntry.Builder
Class AclEntry.Builder
- java.lang.Object
-
- java.nio.file.attribute.AclEntry.Builder
- Enclosing class:
- AclEntry
public static final class AclEntry.Builder extends Object
A builder of AclEntry
objects.
A Builder
object is obtained by invoking one of the newBuilder
methods defined by the AclEntry
class.
Builder objects are mutable and are not safe for use by multiple concurrent threads without appropriate synchronization.
- Since:
- 1.7 登录查看完整内容