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.
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]].
(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]].
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |