API for classpath
- ()
by Stuart Sierra
clojure-contrib is now deprecated
clojure-contrib is no longer being developed or maintained.
Rather than a single, monolithic, contributions library, Clojure now has
a set of separate libraries for each unit of functionality. The libraries
are in the Clojure GitHub organization at
https://github.com/clojure.
API documentation of the libraries can be found at
https://clojure.github.io.
If you're looking for a specific function or namespace from the old
clojure-contrib, see
"Where Did Clojure.Contrib Go".
Full namespace name:
clojure.contrib.classpath
Overview
Utilities for dealing with the JVM's classpath
Public Variables and Functions
classpath
function
This library, clojure-contrib, is deprecated. See here for more information.
Usage: (classpath)
Returns a sequence of File objects of the elements on CLASSPATH.
Source
classpath-directories
function
This library, clojure-contrib, is deprecated. See here for more information.
Usage: (classpath-directories)
Returns a sequence of File objects for the directories on classpath.
Source
classpath-jarfiles
function
This library, clojure-contrib, is deprecated. See here for more information.
Usage: (classpath-jarfiles)
Returns a sequence of JarFile objects for the JAR files on classpath.
Source