Liking cljdoc? Tell your friends :D

contrib.deptector

Dectect available namespaces without requiring them.

Dectect available namespaces without requiring them.
raw docstring

find-ns-fileclj

(find-ns-file ns-sym)
source

locate-namespaceclj

(locate-namespace ns-sym)

Try to find a namespace. If the namespace is loaded, return the NS object like find-ns. If the namespace is not loaded but available on the classpath, return a java.net.URL locating the file that could be loaded for this ns. Return nil otherwise.

Try to find a namespace. If the namespace is loaded, return the NS object like `find-ns`.
If the namespace is not loaded but available on the classpath, return a
java.net.URL locating the file that could be loaded for this ns. Return nil
otherwise.
sourceraw docstring

ns-available?clj

(ns-available? ns-sym)

State if a namespace is available WITHOUT requiring it. A namespace is available if it is already loaded or if it can be loaded from the classpath.

State if a namespace is available WITHOUT requiring it.
A namespace is available if it is already loaded or if it can be loaded from the classpath.
sourceraw docstring

ns-matchingclj

(ns-matching needle)
source

resource-pathclj

(resource-path path)
source

root-directoryclj

source

root-resourceclj

source

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

× close