A simple wrapper around clojure.java.classpath
that is Boot-aware.
A simple wrapper around `clojure.java.classpath` that is Boot-aware.
(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.
(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`.
(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`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close