API for jar - clojure-contrib v1.2 (stable)

by Stuart Sierra

Full namespace name: clojure.contrib.jar

Overview

Utilities for working with Java JAR files

Public Variables and Functions



filenames-in-jar

function
Usage: (filenames-in-jar jar-file)
Returns a sequence of Strings naming the non-directory entries in
the JAR file.
Source


jar-file?

function
Usage: (jar-file? file)
Returns true if file is a normal file with a .jar or .JAR extension.
Source
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.