|
NIO2 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AclEntry | |
|---|---|
| org.classpath.icedtea.java.nio.file.attribute | Interfaces and classes providing access to file and file system attributes. |
| Uses of AclEntry in org.classpath.icedtea.java.nio.file.attribute |
|---|
| Methods in org.classpath.icedtea.java.nio.file.attribute that return AclEntry | |
|---|---|
AclEntry |
AclEntry.Builder.build()
Constructs an AclEntry from the components of this builder. |
| Methods in org.classpath.icedtea.java.nio.file.attribute that return types with arguments of type AclEntry | |
|---|---|
java.util.List<AclEntry> |
AclFileAttributeView.getAcl()
Reads the access control list. |
static java.util.List<AclEntry> |
Attributes.getAcl(FileRef file)
Reads a file's Access Control List (ACL). |
| Methods in org.classpath.icedtea.java.nio.file.attribute with parameters of type AclEntry | |
|---|---|
static AclEntry.Builder |
AclEntry.newBuilder(AclEntry entry)
Constructs a new builder with the components of an existing ACL entry. |
| Method parameters in org.classpath.icedtea.java.nio.file.attribute with type arguments of type AclEntry | |
|---|---|
static void |
Attributes.setAcl(FileRef file,
java.util.List<AclEntry> acl)
Updates a file's Access Control List (ACL). |
void |
AclFileAttributeView.setAcl(java.util.List<AclEntry> acl)
Updates (replace) the access control list. |
|
NIO2 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.