Liking cljdoc? Tell your friends :D

lice-comb.impl.data

Data handling functionality. Note: this namespace is not part of the public API of lice-comb and may change without notice.

Data handling functionality. Note: this namespace is not part of the public
API of lice-comb and may change without notice.
raw docstring

load-edn-resourceclj

(load-edn-resource path)

Loads and parses the given EDN file from the classpath.

Loads and parses the given EDN file from the classpath.
sourceraw docstring

load-string-resourceclj

(load-string-resource path)

Loads the given classpath resources from the classpath, returning it as a String. Throws ex-info on error.

Notes:

  • Classpath resource paths must not start with a forward slash ('/').
  • The JVM does not support hyphens ('-') in classpath resource path elements. Use underscore ('_') instead.
  • Unlike during class loading, Clojure does not automatically switch hyphens in classpath resource path elements to underscores. This inconsistency can be a time-wasting trap.
Loads the given classpath resources from the classpath, returning it as a
String. Throws ex-info on error.

Notes:
* Classpath resource paths must not start with a forward slash ('/').
* The JVM does not support hyphens ('-') in classpath resource path elements.
  Use underscore ('_') instead.
* Unlike during class loading, Clojure does not automatically switch hyphens
  in classpath resource path elements to underscores. This inconsistency can
  be a time-wasting trap.
sourceraw docstring

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

× close