(get-class file)
grabs the symbol of the class in the java file (get-class (io/file "code/java/test/Cat.java")) => 'test.Cat
grabs the symbol of the class in the java file (get-class (io/file "code/java/test/Cat.java")) => 'test.Cat
(get-imports file)
grabs the symbol of the class in the java file (get-imports (io/file "code/java/test/Cat.java")) => '()
grabs the symbol of the class in the java file (get-imports (io/file "code/java/test/Cat.java")) => '()
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close