Liking cljdoc? Tell your friends :D

nrepl.util.classloader

Creating and managing classloaders supplied to evaluated code.

Creating and managing classloaders supplied to evaluated code.
raw docstring

dynamic-classloaderclj

(dynamic-classloader)
(dynamic-classloader classloader)

Return the topmost DynamicClassLoader if it is present among the parents of the given classloader, otherwise create a new DynamicClassLoader. classloader defaults to thread's context classloader if not provided.

Return the topmost DynamicClassLoader if it is present among the parents of the
given classloader, otherwise create a new DynamicClassLoader. `classloader`
defaults to thread's context classloader if not provided.
sourceraw docstring

find-topmost-dclclj

(find-topmost-dcl cl)

Try to find and return the highest level DynamicClassLoader instance in the given classloader chain. If not a single DCL is found, return nil.

Try to find and return the highest level DynamicClassLoader instance in the
given classloader chain. If not a single DCL is found, return nil.
sourceraw docstring

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

× close