Liking cljdoc? Tell your friends :D

clojure-lsp.feature.java-interop


read-content!clj

(read-content! uri db producer)
source

retrieve-jdk-source-and-analyze!clj

(retrieve-jdk-source-and-analyze! db*)

Find JDK source and analyze it with clj-kondo for java class definitions.

If user has custom :jdk-source-uri, we don't try to find JDK source local or download it, we make sure zip is extracted otherwize extract it.

If no custom URI set, we try to find a local JDK source on Java instalation which is present most of the time and extract to global cache dir.

Otherwise, we download default OpenJDK source if setting is enabled.

Find JDK source and analyze it with clj-kondo for java class definitions.

If user has custom :jdk-source-uri, we don't try to find JDK source local
or download it, we make sure zip is extracted otherwize extract it.

If no custom URI set, we try to find a local JDK source on Java
instalation which is present most of the time and extract to global
cache dir.

Otherwise, we download default OpenJDK source if setting is enabled.
sourceraw docstring

uri->translated-uriclj

(uri->translated-uri uri db producer)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close