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

$bclj

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

Get configuration as boolean

Get configuration as boolean
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 string

Get configuration as string
sourceraw docstring

classpathclj

source

config-holdersclj

(config-holders holders-coll)
source

ConfigHolderclj

source

ConfigHoldersclj

source

ednclj

(edn source)

EDN configuration from some source

EDN configuration from some source
sourceraw docstring

envclj

(env & {:as options})

Environment variables as configuration source. Environment variable key is lowercased and had _ replaced by .. Options: :disable-underscore-to-dot? disabling transforming underscore to dot

Environment variables as configuration source. Environment variable key is
lowercased and had `_` replaced by `.`.
Options:
`:disable-underscore-to-dot?` disabling transforming underscore to dot
sourceraw docstring

fileclj

source

global!cljmacro

(global! & holders)

Create global stavka configuration.

Create global stavka configuration.
sourceraw docstring

global-configclj

source

holder-from-sourceclj

(holder-from-source source 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

on-change!clj

(on-change! config-key callback)
(on-change! holders config-key callback)

Register a listener on configuration change

Register a listener on configuration change
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)

Stop updater associated with holders.

Stop updater associated with holders.
sourceraw docstring

UpdaterSourceHolderclj

source

urlclj

source

usingcljmacro

(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