(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
(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.
Default charset for file parsing.
Default charset for file parsing.
(load-properties-from-classpath file-path)
Reads configuration part from given path in classpath.
Reads configuration part from given path in classpath.
(load-properties-from-filesystem file-path)
Reads configuration part from given path in filesystem.
Reads configuration part from given path in filesystem.
(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
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close