NIO2 API

Uses of Class
org.classpath.icedtea.java.nio.file.attribute.AclEntry

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
 List<AclEntry> AclFileAttributeView.getAcl()
          Reads the access control list.
static 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, List<AclEntry> acl)
          Updates a file's Access Control List (ACL).
 void AclFileAttributeView.setAcl(List<AclEntry> acl)
          Updates (replace) the access control list.
 


NIO2 API

Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.