(read-content! uri db producer)
(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.
(uri->translated-uri uri db producer)
cljdoc builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |