Liking cljdoc? Tell your friends :D

hara.deploy.linkage.java


get-classclj

(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
raw docstring

get-importsclj

(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"))
=> '()
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close