Liking cljdoc? Tell your friends :D

jdk.nio.file.attribute.AclEntryPermission


*-add-fileclj

Static Constant.

Permission to add a new file to a directory (equal to WRITE_DATA)

type: java.nio.file.attribute.AclEntryPermission

Static Constant.

Permission to add a new file to a directory (equal to WRITE_DATA)

type: java.nio.file.attribute.AclEntryPermission
raw docstring

*-add-subdirectoryclj

Static Constant.

Permission to create a subdirectory to a directory (equal to APPEND_DATA)

type: java.nio.file.attribute.AclEntryPermission

Static Constant.

Permission to create a subdirectory to a directory (equal to APPEND_DATA)

type: java.nio.file.attribute.AclEntryPermission
raw docstring

*-list-directoryclj

Static Constant.

Permission to list the entries of a directory (equal to READ_DATA)

type: java.nio.file.attribute.AclEntryPermission

Static Constant.

Permission to list the entries of a directory (equal to READ_DATA)

type: java.nio.file.attribute.AclEntryPermission
raw docstring

*value-ofclj

(*value-of name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

name - the name of the enum constant to be returned. - java.lang.String

returns: the enum constant with the specified name - java.nio.file.attribute.AclEntryPermission

throws: java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type.  (Extraneous whitespace characters are
not permitted.)

name - the name of the enum constant to be returned. - `java.lang.String`

returns: the enum constant with the specified name - `java.nio.file.attribute.AclEntryPermission`

throws: java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
raw docstring

*valuesclj

(*values)

Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:

for (AclEntryPermission c : AclEntryPermission.values()) System.out.println(c);

returns: an array containing the constants of this enum type, in the order they are declared - java.nio.file.attribute.AclEntryPermission[]

Returns an array containing the constants of this enum type, in
the order they are declared.  This method may be used to iterate
over the constants as follows:


for (AclEntryPermission c : AclEntryPermission.values())
    System.out.println(c);

returns: an array containing the constants of this enum type, in the order they are declared - `java.nio.file.attribute.AclEntryPermission[]`
raw docstring

APPEND_DATAclj

Enum Constant.

Permission to append data to a file.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

Permission to append data to a file.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

DELETEclj

Enum Constant.

Permission to delete the file.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

Permission to delete the file.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

DELETE_CHILDclj

Enum Constant.

Permission to delete a file or directory within a directory.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

Permission to delete a file or directory within a directory.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

EXECUTEclj

Enum Constant.

Permission to execute a file.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

Permission to execute a file.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

READ_ACLclj

Enum Constant.

Permission to read the ACL attribute.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

Permission to read the ACL attribute.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

READ_ATTRIBUTESclj

Enum Constant.

The ability to read (non-acl) file attributes.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

The ability to read (non-acl) file attributes.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

READ_DATAclj

Enum Constant.

Permission to read the data of the file.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

Permission to read the data of the file.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

READ_NAMED_ATTRSclj

Enum Constant.

Permission to read the named attributes of a file.

RFC 3530: Network File System (NFS) version 4 Protocol defines named attributes as opaque files associated with a file in the file system.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

Permission to read the named attributes of a file.

  RFC 3530: Network
 File System (NFS) version 4 Protocol defines named attributes
 as opaque files associated with a file in the file system.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

SYNCHRONIZEclj

Enum Constant.

Permission to access file locally at the server with synchronous reads and writes.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

Permission to access file locally at the server with synchronous reads
 and writes.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

WRITE_ACLclj

Enum Constant.

Permission to write the ACL attribute.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

Permission to write the ACL attribute.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

WRITE_ATTRIBUTESclj

Enum Constant.

The ability to write (non-acl) file attributes.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

The ability to write (non-acl) file attributes.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

WRITE_DATAclj

Enum Constant.

Permission to modify the file's data.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

Permission to modify the file's data.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

WRITE_NAMED_ATTRSclj

Enum Constant.

Permission to write the named attributes of a file.

RFC 3530: Network File System (NFS) version 4 Protocol defines named attributes as opaque files associated with a file in the file system.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

Permission to write the named attributes of a file.

  RFC 3530: Network
 File System (NFS) version 4 Protocol defines named attributes
 as opaque files associated with a file in the file system.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

WRITE_OWNERclj

Enum Constant.

Permission to change the owner.

type: java.nio.file.attribute.AclEntryPermission

Enum Constant.

Permission to change the owner.

type: java.nio.file.attribute.AclEntryPermission
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close