| Package | Description |
|---|---|
| java.nio.file.attribute |
Interfaces and classes providing access to file and file system attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static AclEntry |
AclEntry.newBuilder()
Constructs a new builder.
|
static AclEntry |
AclEntry.newBuilder(AclEntry
Constructs a new builder with the components of an existing ACL entry.
|
AclEntry |
AclEntry.Builder.setFlags(AclEntryFlag
Sets the flags component of this builder.
|
AclEntry |
AclEntry.Builder.setFlags(Set
Sets the flags component of this builder.
|
AclEntry |
AclEntry.Builder.setPermissions(AclEntryPermission
Sets the permissions component of this builder.
|
AclEntry |
AclEntry.Builder.setPermissions(Set
Sets the permissions component of this builder.
|
AclEntry |
AclEntry.Builder.setPrincipal(UserPrincipal
Sets the principal component of this builder.
|
AclEntry |
AclEntry.Builder.setType(AclEntryType
Sets the type component of this builder.
|