Liking cljdoc? Tell your friends :D

stavka.core


$clj

($ key)
($ holders key)
($ holders key default-value)

Get configuration item from store.

Get configuration item from store.
sourceraw docstring

$boolclj

($bool key)
($bool holders key)
($bool holders key default-value)

Get configuration as double

Get configuration as double
sourceraw docstring

$fclj

($f key)
($f holders key)
($f holders key default-value)

Get configuration as double

Get configuration as double
sourceraw docstring

$lclj

($l key)
($l holders key)
($l holders key default-value)

Get configuration as long

Get configuration as long
sourceraw docstring

$sclj

($s key)
($s holders key)
($s holders key default-value)

Get configuration as double

Get configuration as double
sourceraw docstring

classpathclj

source

envclj

(env & {:as options})

Environment variables as configuration source.

Environment variables as configuration source.
sourceraw docstring

fileclj

source

global!clj/smacro

(global! & holders)

Create global stavka configuration.

Create global stavka configuration.
sourceraw docstring

global-configclj

source

holder-from-sourceclj

(holder-from-source source initial-state format resolver)

Create a holder from source readable source, useful when creating your own configuration format

Create a holder from source readable source, useful when creating your own
configuration format
sourceraw docstring

jsonclj

(json source)

JSON configuration from some source

JSON configuration from some source
sourceraw docstring

optionsclj

(options)

JVM option as configuration source.

JVM option as configuration source.
sourceraw docstring

pollclj

source

propertiesclj

(properties source)

java.util.Properties from some source

java.util.Properties from some source
sourceraw docstring

stop-updaters!clj

(stop-updaters!)
(stop-updaters! holders)
source

urlclj

source

usingclj/smacro

(using & holders)

Put your configuration sources inside to create a configuration store.

Put your configuration sources inside to create a configuration store.
sourceraw docstring

watchclj

source

yamlclj

(yaml source)

YAML configuration from source source

YAML configuration from source source
sourceraw docstring

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

× close