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.
(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.
(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.
Returns a sequence of all descendant non-directory files or archive entries as relative paths.
(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 is a website building & hosting documentation for Clojure/Script libraries
× close