klojure 0.0.3-SNAPSHOT
A blueprint bundle for deploying a nrepl server to a karaf container.
Installation
To install, add the following dependency to your project or build file:
[djblue.github.io/klojure "0.0.3-SNAPSHOT"]
Topics
Namespaces
deps.analysis
Namespace for composing and rendering data and visualizations.
Public variables and functions:
- bundle-pars
- ddf-home
- export-as-html
- filter-catalog
- filter-default
- filter-security
- filter-security-include-third-party
- graph-maven-dependencies
- graph-properties
- layer-bulkcreate-nodes
- layer-create-edge
- layer-create-node
- select-all
- select-catalog-modules
- select-internal-edges
- select-no-test-deps
- select-only-relevant-edges
- select-only-relevant-modules
- select-security-modules
- subgraph-bottom-up
- subgraph-top-down
- view-after-save
- view-by-show
- viz-file
- viz-resource
deps.artifacts
Namespace that supports queries against artifacts in the current user’s .m2 directory and any pom XML files within.
Public variables and functions:
deps.bundles
Namespace for manipulating core bundle data structures.
deps.common
Namespace for functions that serve as extensions to clojure/core. They primarily work with abstract data structures useful for specifying graphs and dependencies: - Collmaps: maps that have seq-able things or collections as their values. TODO: Consider renaming ‘collmap’ –> ‘multimap’ given it’s a more widely used term. - Partitions: colls of colls, where the contents of a seq-able thing are themselves seq-able, so tools for flat mapping and merging are provided.
Public variables and functions:
deps.maven
Namespace that supports building the full transitive dependency graph of a Maven project, including subprojects, and provides query and manipulation tooling.
Public variables and functions:
osgi.core
The osgi.core namespace is all about raw transforms between Java data structures provided by Karaf and the Clojure data structures used throughout the other namespaces. Several key data structures are provided: - Bundle definition - Feature definition
Public variables and functions: