Liking cljdoc? Tell your friends :D

orchard.classpath

A simple wrapper around clojure.java.classpath that is Boot-aware.

A simple wrapper around `clojure.java.classpath` that is Boot-aware.
raw docstring

classpathclj

(classpath)
(classpath classloader)

Return a sequence of File objects of elements on the classpath.

It takes into account the classpath trickery performed by Boot.

Return a sequence of File objects of elements on the classpath.

It takes into account the classpath trickery performed by Boot.
sourceraw docstring

classpath-directoriesclj

(classpath-directories)
(classpath-directories path)

Returns a sequence of File objects for the directories on classpath.

Uses classpath instead of clojure.java.classpath/classpath.

Returns a sequence of File objects for the directories on classpath.

Uses `classpath` instead of `clojure.java.classpath/classpath`.
sourceraw docstring

classpath-jarfilesclj

(classpath-jarfiles)
(classpath-jarfiles path)

Returns a sequence of JarFile objects for the JAR files on classpath.

Uses classpath instead of clojure.java.classpath/classpath.

Returns a sequence of JarFile objects for the JAR files on classpath.

Uses `classpath` instead of `clojure.java.classpath/classpath`.
sourceraw docstring

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

× close