| Package | Description |
|---|---|
| java.nio.file.attribute |
Interfaces and classes providing access to file and file system attributes.
|
| Modifier and Type | Method and Description |
|---|---|
AclEntry |
AclEntry.Builder.build()
Constructs an
AclEntry from the components of this builder.
|
| Modifier and Type | Method and Description |
|---|---|
List |
AclFileAttributeView.getAcl()
Reads the access control list.
|
| Modifier and Type | Method and Description |
|---|---|
static AclEntry |
AclEntry.newBuilder(AclEntry
Constructs a new builder with the components of an existing ACL entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AclFileAttributeView.setAcl(List
Updates (replace) the access control list.
|