(defn clojure-sources-in-jar "Returns a sequence of filenames ending in .clj found in the JAR file." [^JarFile jar-file] (filter #(.endsWith % ".clj") (jar/filenames-in-jar jar-file)))
Comments top
No comments for clojure-sources-in-jar. Log in to add a comment.