|
NIO2 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AclEntryPermission | |
|---|---|
| org.classpath.icedtea.java.nio.file.attribute | Interfaces and classes providing access to file and file system attributes. |
| Uses of AclEntryPermission in org.classpath.icedtea.java.nio.file.attribute |
|---|
| Fields in org.classpath.icedtea.java.nio.file.attribute declared as AclEntryPermission | |
|---|---|
static AclEntryPermission |
AclEntryPermission.ADD_FILE
Permission to add a new file to a directory (equal to WRITE_DATA) |
static AclEntryPermission |
AclEntryPermission.ADD_SUBDIRECTORY
Permission to create a subdirectory to a directory (equal to APPEND_DATA) |
static AclEntryPermission |
AclEntryPermission.LIST_DIRECTORY
Permission to list the entries of a directory (equal to READ_DATA) |
| Methods in org.classpath.icedtea.java.nio.file.attribute that return AclEntryPermission | |
|---|---|
static AclEntryPermission |
AclEntryPermission.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AclEntryPermission[] |
AclEntryPermission.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.classpath.icedtea.java.nio.file.attribute that return types with arguments of type AclEntryPermission | |
|---|---|
java.util.Set<AclEntryPermission> |
AclEntry.permissions()
Returns a copy of the permissions component. |
| Methods in org.classpath.icedtea.java.nio.file.attribute with parameters of type AclEntryPermission | |
|---|---|
AclEntry.Builder |
AclEntry.Builder.setPermissions(AclEntryPermission... perms)
Sets the permissions component of this builder. |
| Method parameters in org.classpath.icedtea.java.nio.file.attribute with type arguments of type AclEntryPermission | |
|---|---|
AclEntry.Builder |
AclEntry.Builder.setPermissions(java.util.Set<AclEntryPermission> perms)
Sets the permissions component of this builder. |
|
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.