Liking cljdoc? Tell your friends :D
Clojure only.

jdk.nio.file.attribute.FileAttribute

An object that encapsulates the value of a file attribute that can be set atomically when creating a new file or directory by invoking the createFile or createDirectory methods.

An object that encapsulates the value of a file attribute that can be set
atomically when creating a new file or directory by invoking the createFile or createDirectory methods.
raw docstring

nameclj

(name this)

Returns the attribute name.

returns: The attribute name - java.lang.String

Returns the attribute name.

returns: The attribute name - `java.lang.String`
raw docstring

valueclj

(value this)

Returns the attribute value.

returns: The attribute value - T

Returns the attribute value.

returns: The attribute value - `T`
raw docstring

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

× close