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 is a website building & hosting documentation for Clojure/Script libraries

× close