Liking cljdoc? Tell your friends :D

classlojure.core


alter-java-library-path!clj

(alter-java-library-path! f & args)

base-classloaderclj


classlojureclj

(classlojure & urls)

eval-inclj

(eval-in cl form & objects)

Eval the given form in a separate classloader. If objects are passed after form, then the form is assumed to be a function and it is applied to the list of objects. This lets you pass objects between classloaders.

Eval the given form in a separate classloader. If objects are passed after form, then the form
is assumed to be a function and it is applied to the list of objects. This lets you pass objects
between classloaders.
raw docstring

eval-in*clj

(eval-in* cl form & objects)

ext-classloaderclj


get-classpathclj

(get-classpath cl)

invoke-incljmacro

(invoke-in cl class-method & args)

Invoke class-method (with optional signature) inside the given classloader, passing the optional params.

Invoke class-method (with optional signature) inside the given classloader, passing the optional params.
raw docstring

invoke-in*clj

(invoke-in* cl class-name method & [signature & params])

with-classloadercljmacro

(with-classloader cl & body)

wrap-ext-classloaderclj

(wrap-ext-classloader & urls)

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

× close