Liking cljdoc? Tell your friends :D

hara.module.artifact.common


*java-class-path*clj


*java-home*clj


*java-runtime-jar*clj


*local-repo*clj


*sep*clj


resource-entryclj

(resource-entry x)

creates a entry-path based on input

(resource-entry "hello/world.txt") => "hello/world.txt"

(resource-entry 'version-clj.core) => "version_clj/core.clj"

(resource-entry java.io.File) => "java/io/File.class"

creates a entry-path based on input

(resource-entry "hello/world.txt")
=> "hello/world.txt"

(resource-entry 'version-clj.core)
=> "version_clj/core.clj"

(resource-entry java.io.File)
=> "java/io/File.class"
raw docstring

resource-entry-symbolclj

(resource-entry-symbol sym)

creates a path based on a symbol

(resource-entry-symbol 'hara.test) => "hara/test.clj"

(resource-entry-symbol 'clojure.lang.AFn) => "clojure/lang/AFn.class"

creates a path based on a symbol

(resource-entry-symbol 'hara.test)
=> "hara/test.clj"

(resource-entry-symbol 'clojure.lang.AFn)
=> "clojure/lang/AFn.class"
raw docstring

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

× close