Classpath access and modification utilities.
Provides an alternative to the java.classpath contrib library.
Classpath access and modification utilities. Provides an alternative to the java.classpath contrib library.
(classloaders)(classloaders loader)Returns the classloader hierarchy.
Returns the classloader hierarchy.
(classpath)(classpath loader)Returns the URLs on the classpath.
Returns the URLs on the classpath.
(classpath-seq url)(classpath-seq url file-seq-fn)Returns a sequence of all descendant non-directory files or archive entries as
relative paths. This function is deprecated in CIDER projects because of its
poor performance in very large projects; use clojure-sources-on-classpath as
a more efficient alternative.
Returns a sequence of all descendant non-directory files or archive entries as relative paths. This function is deprecated in CIDER projects because of its poor performance in very large projects; use `clojure-sources-on-classpath` as a more efficient alternative.
(clojure-sources-on-classpath url)Return a list of Clojure files (with .clj and .cljc extension) as relative paths that are present in the given classpath URL.
Return a list of Clojure files (with .clj and .cljc extension) as relative paths that are present in the given classpath URL.
(context-classloader)Returns the current classloader for the current thread.
Returns the current classloader for the current thread.
(set-classloader! loader)Sets the current classloader for the current thread.
Sets the current classloader for the current thread.
(system-classpath)Returns the URLs defined by the 'java.class.path' system property.
Returns the URLs defined by the 'java.class.path' system property.
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 |