(class-object class-name baos)
Returns a JavaFileObject to store a class file's bytecode.
Returns a JavaFileObject to store a class file's bytecode.
(compile-all-java directories)
(compile-all-java directories options verbose?)
(generate-classname->source directories)
Given the list of directories, return a map of all Java classes within those directories to their source files.
Given the list of directories, return a map of all Java classes within those directories to their source files.
(get-java-compiler)
Return an instance of Java compiler.
Return an instance of Java compiler.
(source-output-object class-name)
Returns a JavaFileObject to store source code generated by annotation processors.
this is needed when using annotation processors. Annotation processors will generate temporary java source code.
Returns a JavaFileObject to store source code generated by annotation processors. this is needed when using annotation processors. Annotation processors will generate temporary java source code.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close