(defn classpath-jarfiles "Returns a sequence of JarFile objects for the JAR files on classpath." [] (map #(JarFile. %) (filter jar/jar-file? (classpath))))
Comments top
No comments for classpath-jarfiles. Log in to add a comment.