Api providing some jar file system utilies.
Api providing some jar file system utilies.
(read-only-jar-fs jar-path)
Open a jar (zip) file system at the location passed as a parameter. This file system is read only.
Open a jar (zip) file system at the location passed as a parameter. This file system is read only.
(writable-jar-fs {output :fr.jeremyschoffen.mbt.alpha.jar/output})
Create a jar file system located at the path specified under the key :jar/output
.
This file system is created with the purpose of the creation of a fresh jar in mind.
Create a jar file system located at the path specified under the key `:jar/output`. This file system is created with the purpose of the creation of a fresh jar in mind.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close