Liking cljdoc? Tell your friends :D

rksm.system-files


add-classpathclj

(add-classpath cp)
source

add-common-project-classpathclj

(add-common-project-classpath & [base-dir])
source

add-project-dirclj

(add-project-dir dir
                 &
                 [{:keys [source-dirs project-file-match]
                   :or {source-dirs []}}])
source

all-classpath-for-nsclj

(all-classpath-for-ns name-of-ns & [ext])
source

class-dirsclj

source

classloadersclj

(classloaders)
source

classpathclj

(classpath)
source

classpath-dirsclj

(classpath-dirs)
source

classpath-for-nsclj

(classpath-for-ns name-of-ns & [ext])
source

classpath-of-projectclj

(classpath-of-project project-dir)
source

clj-files-in-dirclj

(clj-files-in-dir dir & [ext])
source

common-cljs-dirsclj

source

common-cljs-test-dirsclj

source

common-src-dirsclj

source

common-test-dirsclj

source

create-namespace-fileclj

(create-namespace-file ns-name dir ext)
source

discover-ns-in-cp-dirclj

(discover-ns-in-cp-dir dir & [file-match])
source

discover-ns-in-project-dirclj

(discover-ns-in-project-dir dir & [file-match])
source

ensure-fileclj

(ensure-file & [file ext])
source

fileclj

(file file)
source

file-for-nsclj

(file-for-ns ns-name & [file-name ext])

tries to find a filename for the given namespace

tries to find a filename for the given namespace
sourceraw docstring

file-name-for-nsclj

(file-name-for-ns ns)
source

files-for-nsclj

(files-for-ns ns-name & [file-name ext])

tries to find all filenames on classpath for the given namespace, lazy

tries to find all filenames on classpath for the given namespace, lazy
sourceraw docstring

find-namespacesclj

(find-namespaces cp ext-matcher)
source

find-namespaces-on-cpclj

(find-namespaces-on-cp & [file-match])
source

find-source-test-compile-dirsclj

(find-source-test-compile-dirs base-dir)
source

jar-entries-matchingclj

source

jar-url->readerclj

source

jar-url-for-nsclj

source

jar?clj

source

loaded-namespacesclj

(loaded-namespaces & {m :matching})
source

maybe-add-classpath-dirclj

(maybe-add-classpath-dir dir)
source

namespaces-in-dirclj

(namespaces-in-dir dir matcher)
source

namespaces-in-dir-with-fileclj

(namespaces-in-dir-with-file dir matcher)
source

ns-name->rel-pathclj

source

refresh-classpath-dirsclj

(refresh-classpath-dirs)
source

rel-path->ns-nameclj

source

relative-path-for-nsclj

(relative-path-for-ns ns & [file-name])

relative path of ns in regards to its classpath

relative path of ns in regards to its classpath
sourceraw docstring

sorted-classpathclj

(sorted-classpath)

returns classpath entries in an order that will prioritize local source directories over maven and compiled jars and target/classes dirs

returns classpath entries in an order that will prioritize local source
directories over maven and compiled jars and  target/classes dirs
sourceraw docstring

source-for-nsclj

(source-for-ns ns-name & [file-name ext])
source

source-reader-for-nsclj

(source-reader-for-ns ns-name & [file-name ext])
source

system-classpathclj

(system-classpath)
source

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

× close