Liking cljdoc? Tell your friends :D

dynapath.util

Abstracts the getURLs and addURL functionality of URLClassLoader to a protocol.

Abstracts the getURLs and addURL functionality of URLClassLoader to a protocol.
raw docstring

add-classpath-urlclj

(add-classpath-url cl url)

Attempts to add a url to the given ClassLoader, returning true on success. If the ClassLoader is not addable, does nothing and returns nil.

Attempts to add a url to the given ClassLoader, returning true on success.
If the ClassLoader is not addable, does nothing and returns nil.
sourceraw docstring

addable-classpath?clj

(addable-classpath? cl)

Returns true if the given ClassLoader provides add-claspath-url.

Returns true if the given ClassLoader provides add-claspath-url.
sourceraw docstring

all-classpath-urlsclj

(all-classpath-urls)
(all-classpath-urls cl)

Walks up the parentage chain for a ClassLoader, concatenating any URLs it retrieves. If no ClassLoader is provided, RT/baseLoader is assumed.

Walks up the parentage chain for a ClassLoader, concatenating any URLs it retrieves.
If no ClassLoader is provided, RT/baseLoader is assumed.
sourceraw docstring

classpath-urlsclj

(classpath-urls cl)

Returns the URLs for the given ClassLoader, or nil if the ClassLoader is not readable.

Returns the URLs for the given ClassLoader, or nil if the ClassLoader is not readable.
sourceraw docstring

readable-classpath?clj

(readable-classpath? cl)

Returns true if the given ClassLoader provides classpath-urls.

Returns true if the given ClassLoader provides classpath-urls.
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