API for classpath
- ()
by Stuart Sierra
Usage:
(ns your-namespace
(:require clojure.contrib.classpath))
Overview
Utilities for dealing with the JVM's classpath
Public Variables and Functions
classpath
function
Usage: (classpath)
Returns a sequence of File objects of the elements on CLASSPATH.
Source
classpath-directories
function
Usage: (classpath-directories)
Returns a sequence of File objects for the directories on classpath.
Source
classpath-jarfiles
function
Usage: (classpath-jarfiles)
Returns a sequence of JarFile objects for the JAR files on classpath.
Source