(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |