Liking cljdoc? Tell your friends :D

orchard.java.classpath

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.
raw docstring

classloadersclj

(classloaders)
(classloaders loader)

Returns the classloader hierarchy.

Returns the classloader hierarchy.
sourceraw docstring

classpathclj

(classpath)
(classpath loader)

Returns the URLs on the classpath.

Returns the URLs on the classpath.
sourceraw docstring

classpath-seqclj

(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.
sourceraw docstring

classpath-urlsclj

(classpath-urls classloader)
source

clojure-sources-on-classpathclj

(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.
sourceraw docstring

context-classloaderclj

(context-classloader)

Returns the current classloader for the current thread.

Returns the current classloader for the current thread.
sourceraw docstring

set-classloader!clj

(set-classloader! loader)

Sets the current classloader for the current thread.

Sets the current classloader for the current thread.
sourceraw docstring

system-classpathclj

(system-classpath)

Returns the URLs defined by the 'java.class.path' system property.

Returns the URLs defined by the 'java.class.path' system property.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close