(add-project-dir dir
&
[{:keys [source-dirs project-file-match]
:or {source-dirs []}}])(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
(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
(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
(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
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |