Liking cljdoc? Tell your friends :D

org.soulspace.overarch.adapter.reader.model-reader

Functions for reading and building models and setting the repository state. The multimethods should be implemented by specific readers.

Functions for reading and building models and setting the repository state.
The multimethods should be implemented by specific readers.
raw docstring

build-modelcljmultimethod

Builds the model.

Builds the model.
sourceraw docstring

merge-modelclj

(merge-model)
(merge-model model)
(merge-model model other-model)

Merges the model with the other model.

Merges the `model` with the `other` model.
sourceraw docstring

model-typeclj

(model-type options)
(model-type options _)

Returns the model type.

Returns the model type.
sourceraw docstring

read-modelscljmultimethod

Reads the models as specified in the options.

Reads the models as specified in the `options`.
sourceraw docstring

reader-typeclj

(reader-type options)
(reader-type options _)

Returns the reader type.

Returns the reader type.
sourceraw docstring

update-state!clj

(update-state! options)

Updates the state with the registered data read from path.

Updates the state with the registered data read from `path`.
sourceraw docstring

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

× close