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

add-classpath!cljdeprecated

(add-classpath! _)

Adds the URL to the classpath and returns it if successful, or nil otherwise, ensuring that a modifiable classloader is available.

Adds the URL to the classpath and returns it if successful, or nil otherwise,
ensuring that a modifiable classloader is available.
sourceraw 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.

Returns a sequence of all descendant non-directory files or archive entries
as relative paths.
sourceraw docstring

classpath-urlsclj

(classpath-urls classloader)
source

context-classloaderclj

(context-classloader)

Returns the current classloader for the current thread.

Returns the current classloader for the current thread.
sourceraw docstring

modifiable-classloadercljdeprecated

(modifiable-classloader)
(modifiable-classloader _)
source

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 is a website building & hosting documentation for Clojure/Script libraries

× close