Liking cljdoc? Tell your friends :D

cider.inlined-deps.orchard.v0v3v3.dynapath.v0v2v5.dynapath.dynamic-classpath

Provides the implementation of the DynamicClasspath protocol.

Provides the implementation of the DynamicClasspath protocol.
raw docstring

base-readable-addable-classpathclj

A map that provides implementations of can-read? and can-add? that return true. Useful as a base for a DynamicClasspath implementation.

A map that provides implementations of can-read? and can-add? that return true.
Useful as a base for a DynamicClasspath implementation.
sourceraw docstring

DynamicClasspathcljprotocol

add-classpath-urlclj

(add-classpath-url cl url)

Adds the url to the classpath of the given ClassLoader.

Adds the url to the classpath of the given ClassLoader.

can-add?clj

(can-add? cl)

Must return true if add-classpath-url is implemented.

Must return true if add-classpath-url is implemented.

can-read?clj

(can-read? cl)

Must return true if classpath-urls is implemented.

Must return true if classpath-urls is implemented.

classpath-urlsclj

(classpath-urls cl)

Returns a seq of the given ClassLoader's URLs.

Returns a seq of the given ClassLoader's URLs.
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close