Codebase list java-classpath-clojure / c561c48
CLASSPATH-3: Eliminate one use of reflection in java.classpath Signed-off-by: Stuart Sierra <mail@stuartsierra.com> Andy Fingerhut authored 11 years ago Stuart Sierra committed 11 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6161 loader-classpath
6262 (take-while
6363 identity
64 (iterate #(.getParent %) classloader)))))
64 (iterate #(.getParent ^ClassLoader %) classloader)))))
6565 ([] (classpath (clojure.lang.RT/baseLoader))))
6666
6767 (defn classpath-directories