Liking cljdoc? Tell your friends :D

clj-nyam.core


build-propertiesclj

(build-properties list-of-classpath list-of-filesystem)

Build propeties first from classpath files list, then from filesystem files

Build propeties first from classpath files list, then from filesystem files
sourceraw docstring

create-and-load-propertiesclj

(create-and-load-properties isr)

Create new instance of java.util.Properties and load it from java.io.InputStreamReader.

Create new instance of java.util.Properties and load it from java.io.InputStreamReader.
sourceraw docstring

default-file-charsetclj

Default charset for file parsing.

Default charset for file parsing.
sourceraw docstring

load-properties-from-classpathclj

(load-properties-from-classpath file-path)

Reads configuration part from given path in classpath.

Reads configuration part from given path in classpath.
sourceraw docstring

load-properties-from-filesystemclj

(load-properties-from-filesystem file-path)

Reads configuration part from given path in filesystem.

Reads configuration part from given path in filesystem.
sourceraw docstring

merge-propertiesclj

(merge-properties)
(merge-properties x y)

Merge key-values from one java.util.Properties instance to another

Merge key-values from one java.util.Properties instance to another
sourceraw docstring

merge-properties-classpathclj

(merge-properties-classpath file-paths)

Merge key-values of java.util.Properties instances from classpath files to one common instance

Merge key-values of java.util.Properties instances from classpath files to one common instance
sourceraw docstring

merge-properties-filesystemclj

(merge-properties-filesystem file-paths)

Merge key-values of java.util.Properties instances from filesystem files to one common instance

Merge key-values of java.util.Properties instances from filesystem files to one common instance
sourceraw docstring

reduced-merge-propertiesclj

(reduced-merge-properties file-paths source)

Merge key-values of java.util.Properties instances from different sources to one common instance

Merge key-values of java.util.Properties instances from different sources to one common instance
sourceraw docstring

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

× close