Liking cljdoc? Tell your friends :D

cprop.source


default-resource-nameclj/s

source

from-envclj/s

(from-env)
source

from-fileclj/s

(from-file)
(from-file path)

load configuration from a file on the filesystem

load configuration from a file on the filesystem
sourceraw docstring

from-props-fileclj/s

(from-props-file path & {:keys [parse-seqs?] :or {parse-seqs? true}})
source

from-resourceclj/s

(from-resource)
(from-resource resource)

load configuration from a resource relative to the classpath

load configuration from a resource relative to the classpath
sourceraw docstring

from-streamclj/s

(from-stream resource)

load configuration from a resource that can be coerced into an input-stream

load configuration from a resource that can be coerced into an input-stream
sourceraw docstring

from-system-propsclj/s

(from-system-props)
source

ignore-missing-defaultclj/s

(ignore-missing-default f source)

in case source is not given (i.e. is nil) and default source is missing, ignore the error, return an empty map

in case source is not given (i.e. is nil) and default source is missing, ignore the error, return an empty map
sourceraw docstring

merge*clj/s

(merge* config with)
source

path-propclj/s

source

prop-seqclj/s

(prop-seq value)
source

read-configclj/s

(read-config input)
source

read-system-envclj/s

(read-system-env)
source

read-system-propsclj/s

(read-system-props)
source

slurp-props-fileclj/s

(slurp-props-file path)

mutable Properties to immutable map

mutable Properties to immutable map
sourceraw docstring

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

× close