Liking cljdoc? Tell your friends :D

fr.jeremyschoffen.mbt.alpha.core.jar.sources

Default implementations of the protocols found in fr.jeremyschoffen.mbt.alpha.core.jar.protocols.

Types implementing fr.jeremyschoffen.mbt.alpha.core.jar.protocols/JarSource:

Default implementations of the protocols found in [[fr.jeremyschoffen.mbt.alpha.core.jar.protocols]].

Types implementing [[fr.jeremyschoffen.mbt.alpha.core.jar.protocols/JarSource]]:
- `clojure.lang.Sequential`: sequences of `:jar/entry` producing itself as a
  [[fr.jeremyschoffen.mbt.alpha.core.building.jar.protocols/JarEntries]].
- `java.nio.file.Path`: path to a directory or a jar. A path to a directory will produce a
  [[fr.jeremyschoffen.mbt.alpha.core.jar.sources/SourceDir]] record. A path to a jar will
  produce a [[fr.jeremyschoffen.mbt.alpha.core.jar.sources/SourceDir]] record. Both record types
  implement [[fr.jeremyschoffen.mbt.alpha.core.jar.protocols/JarEntries]].
      
raw docstring

add-exclusionclj

(add-exclusion conf exclude)

Add an exclusion to a context under the key :jar/exclude. If the context doesn't have one it just associates the function to the map. If an exclusion function is already there it joins the two using [[clojure.core/some-fn]].

Add an exclusion to a context under the key `:jar/exclude`.
If the context doesn't have one it just associates the function to the map. If an exclusion function
is already there it joins the two using [[clojure.core/some-fn]].
sourceraw docstring

SourceDirclj

source

SourceJarclj

source

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

× close