Liking cljdoc? Tell your friends :D

jdk.nio.file.attribute.PosixFilePermission


*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.PosixFilePermission

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.PosixFilePermission`

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 (PosixFilePermission c : PosixFilePermission.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.PosixFilePermission[]

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 (PosixFilePermission c : PosixFilePermission.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.PosixFilePermission[]`
raw docstring

GROUP_EXECUTEclj

Enum Constant.

Execute/search permission, group.

type: java.nio.file.attribute.PosixFilePermission

Enum Constant.

Execute/search permission, group.

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

GROUP_READclj

Enum Constant.

Read permission, group.

type: java.nio.file.attribute.PosixFilePermission

Enum Constant.

Read permission, group.

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

GROUP_WRITEclj

Enum Constant.

Write permission, group.

type: java.nio.file.attribute.PosixFilePermission

Enum Constant.

Write permission, group.

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

OTHERS_EXECUTEclj

Enum Constant.

Execute/search permission, others.

type: java.nio.file.attribute.PosixFilePermission

Enum Constant.

Execute/search permission, others.

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

OTHERS_READclj

Enum Constant.

Read permission, others.

type: java.nio.file.attribute.PosixFilePermission

Enum Constant.

Read permission, others.

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

OTHERS_WRITEclj

Enum Constant.

Write permission, others.

type: java.nio.file.attribute.PosixFilePermission

Enum Constant.

Write permission, others.

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

OWNER_EXECUTEclj

Enum Constant.

Execute/search permission, owner.

type: java.nio.file.attribute.PosixFilePermission

Enum Constant.

Execute/search permission, owner.

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

OWNER_READclj

Enum Constant.

Read permission, owner.

type: java.nio.file.attribute.PosixFilePermission

Enum Constant.

Read permission, owner.

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

OWNER_WRITEclj

Enum Constant.

Write permission, owner.

type: java.nio.file.attribute.PosixFilePermission

Enum Constant.

Write permission, owner.

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

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

× close