Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.nio.file.attribute | Interfaces and classes providing access to file and file system attributes. |
Uses of AclEntry in java.nio.file.attribute |
---|
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. |
static List<AclEntry> |
Attributes.getAcl(FileRef file)
Reads a file's Access Control List (ACL). |
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 |
---|---|
static void |
Attributes.setAcl(FileRef file,
List<AclEntry> acl)
Updates a file's Access Control List (ACL). |
void |
AclFileAttributeView.setAcl(List<AclEntry> acl)
Updates (replace) the access control list. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.