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<AclEntry> |
AclFileAttributeView.getAcl()
Reads the access control list.
|
Modifier and Type | Method and Description |
---|---|
static AclEntry.Builder |
AclEntry.newBuilder(AclEntry entry)
Constructs a new builder with the components of an existing ACL entry.
|
Modifier and Type | Method and Description |
---|---|
void |
AclFileAttributeView.setAcl(List<AclEntry> acl)
Updates (replace) the access control list.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.