Liking cljdoc? Tell your friends :D

clj-archaius.core


boolean-envclj

(boolean-env k)
(boolean-env k default)

Get current typed value of the property.

Get current typed value of the property.
raw docstring

define-envcljmacro

(define-env name type method)

define-types-envcljmacro

(define-types-env)

double-envclj

(double-env k)
(double-env k default)

Get current typed value of the property.

Get current typed value of the property.
raw docstring

envclj

(env k)
(env k default)

Get current typed value of the property.

Get current typed value of the property.
raw docstring

float-envclj

(float-env k)
(float-env k default)

Get current typed value of the property.

Get current typed value of the property.
raw docstring

int-envclj

(int-env k)
(int-env k default)

Get current typed value of the property.

Get current typed value of the property.
raw docstring

long-envclj

(long-env k)
(long-env k default)

Get current typed value of the property.

Get current typed value of the property.
raw docstring

on-boolean-envclj

(on-boolean-env k cb)

Add the callback to be triggered when the value of the property is changed.

Add the callback to be triggered when the value of
the property is changed.
raw docstring

on-double-envclj

(on-double-env k cb)

Add the callback to be triggered when the value of the property is changed.

Add the callback to be triggered when the value of
the property is changed.
raw docstring

on-envclj

(on-env k cb)

Add the callback to be triggered when the value of the property is changed.

Add the callback to be triggered when the value of
the property is changed.
raw docstring

on-float-envclj

(on-float-env k cb)

Add the callback to be triggered when the value of the property is changed.

Add the callback to be triggered when the value of
the property is changed.
raw docstring

on-int-envclj

(on-int-env k cb)

Add the callback to be triggered when the value of the property is changed.

Add the callback to be triggered when the value of
the property is changed.
raw docstring

on-long-envclj

(on-long-env k cb)

Add the callback to be triggered when the value of the property is changed.

Add the callback to be triggered when the value of
the property is changed.
raw docstring

on-string-envclj

(on-string-env k cb)

Add the callback to be triggered when the value of the property is changed.

Add the callback to be triggered when the value of
the property is changed.
raw docstring

string-envclj

(string-env k)
(string-env k default)

Get current typed value of the property.

Get current typed value of the property.
raw docstring

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

× close