Liking cljdoc? Tell your friends :D

clojure.tools.namespace.file

Read and track namespace information from files

Read and track namespace information from files
raw docstring

add-filesclj

(add-files tracker files)

Reads ns declarations from files; returns an updated dependency tracker with those files added.

Reads ns declarations from files; returns an updated dependency
tracker with those files added.
sourceraw docstring

clojure-file?clj

(clojure-file? file)

Returns true if the java.io.File represents a normal Clojure source file.

Returns true if the java.io.File represents a normal Clojure source
file.
sourceraw docstring

read-file-ns-declclj

(read-file-ns-decl file)

Attempts to read a (ns ...) declaration from file, and returns the unevaluated form. Returns nil if read fails, or if the first form is not a ns declaration.

Attempts to read a (ns ...) declaration from file, and returns the
unevaluated form.  Returns nil if read fails, or if the first form
is not a ns declaration.
sourceraw docstring

remove-filesclj

(remove-files tracker files)

Returns an updated dependency tracker with files removed. The files must have been previously added with add-files.

Returns an updated dependency tracker with files removed. The files
must have been previously added with add-files.
sourceraw docstring

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

× close