Provides the implementation of the DynamicClasspath protocol.
Provides the implementation of the DynamicClasspath protocol.
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.
(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? cl)
Must return true if add-classpath-url is implemented.
Must return true if add-classpath-url is implemented.
(can-read? cl)
Must return true if classpath-urls is implemented.
Must return true if classpath-urls is implemented.
(classpath-urls cl)
Returns a seq of the given ClassLoader's URLs.
Returns a seq of the given ClassLoader's URLs.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |