File: cider-jar.el.html
Dealing with JAR (Java archive) files, which are really just zip files in disguise. In particular downloading and retrieving the cider-nrepl jar.
Defined variables (2)
cider-jar-cache-dir | Location where we store downloaded files for later use. |
cider-jar-content-cache | Nested hash table of jar-path -> file-path -> bool. |
Defined functions (7)
cider-jar--archive-zip-summarize | () |
cider-jar-clojars-url | (GROUP ARTIFACT VERSION) |
cider-jar-contains-p | (JARFILE NAME) |
cider-jar-contents | (JARFILE) |
cider-jar-contents-cached | (JARFILE) |
cider-jar-find-or-fetch | (GROUP ARTIFACT VERSION) |
cider-jar-retrieve-resource | (JARFILE NAME) |