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.
sourceraw docstring

define-envcljmacro

(define-env name type method)
source

define-types-envcljmacro

(define-types-env)
source

double-envclj

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

Get current typed value of the property.

Get current typed value of the property.
sourceraw docstring

envclj

(env k)
(env k default)

Get current typed value of the property.

Get current typed value of the property.
sourceraw docstring

float-envclj

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

Get current typed value of the property.

Get current typed value of the property.
sourceraw docstring

int-envclj

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

Get current typed value of the property.

Get current typed value of the property.
sourceraw docstring

long-envclj

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

Get current typed value of the property.

Get current typed value of the property.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw docstring

string-envclj

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

Get current typed value of the property.

Get current typed value of the property.
sourceraw docstring

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

× close