Liking cljdoc? Tell your friends :D

fr.jeremyschoffen.mbt.alpha.core.jar.fs

Api providing some jar file system utilies.

Api providing some jar file system utilies.
      
raw docstring

read-only-jar-fsclj

(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.
sourceraw docstring

writable-jar-fsclj

(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.
sourceraw docstring

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

× close