Index of Public Functions and Variables - tools.namespace 1.4.6-SNAPSHOT (in development)

This page has an alphabetical index of all the documented functions and variables in tools.namespace.

Shortcuts:
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Other

A

 add                          function      clojure.tools.namespace.track Returns an updated dependency tracker w...
 add-files                    function      clojure.tools.namespace.file Reads ns declarations from files; return...

  

B


  

C

 clear                        function      clojure.tools.namespace.repl Clears all state from the namespace/file...
 clj                          var           clojure.tools.namespace.find Platform definition of file extensions a...
 clj-read-opts                var           clojure.tools.namespace.parse Map of options for tools.reader/read al...
 cljs                         var           clojure.tools.namespace.find Platform definition of file extensions a...
 cljs-read-opts               var           clojure.tools.namespace.parse Map of options for tools.reader/read al...
 clojure-extensions           var           clojure.tools.namespace.file File extensions for Clojure (JVM) files..
 clojure-file?                function      clojure.tools.namespace.file Returns true if the java.io.File represe...
 clojure-source-file?         function      clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace....
 clojure-sources-in-jar       function      clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace....
 clojure-sources-in-jar       function      clojure.tools.namespace.find DEPRECATED: replaced by sources-in-jar  ...
 clojurescript-extensions     var           clojure.tools.namespace.file File extensions for ClojureScript files..
 clojurescript-file?          function      clojure.tools.namespace.file Returns true if the java.io.File represe...
 comment?                     function      clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace....
 comment?                     function      clojure.tools.namespace.parse Returns true if form is a (comment ...).

  

D

 depend                       function      clojure.tools.namespace.dependency Returns a new graph with a depende...
 DependencyGraph              protocol      clojure.tools.namespace.dependency 
 DependencyGraphUpdate        protocol      clojure.tools.namespace.dependency 
 dependent?                   function      clojure.tools.namespace.dependency True if y is a dependent of x..
 depends?                     function      clojure.tools.namespace.dependency True if x is directly or transitiv...
 deps-from-ns-decl            function      clojure.tools.namespace.parse Given an (ns...) declaration form (unev...
 disable-reload!              function      clojure.tools.namespace.repl Adds metadata to namespace (or *ns* if u...
 disable-unload!              function      clojure.tools.namespace.repl Adds metadata to namespace (or *ns* if u...

  

E


  

F

 file-with-extension?         function      clojure.tools.namespace.file Returns true if the java.io.File represe...
 find-clojure-sources-in-dir  function      clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace....
 find-clojure-sources-in-dir  function      clojure.tools.namespace.find DEPRECATED: replaced by find-sources-in-...
 find-namespaces              function      clojure.tools.namespace.find Searches a sequence of java.io.File obje...
 find-namespaces-in-dir       function      clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace....
 find-namespaces-in-dir       function      clojure.tools.namespace.find Searches dir recursively for (ns ...) de...
 find-namespaces-in-jarfile   function      clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace....
 find-namespaces-in-jarfile   function      clojure.tools.namespace.find Searches the JAR file for platform sourc...
 find-namespaces-on-classpath function      clojure.tools.namespace DEPRECATED; use clojure.tools.namespace.find/...
 find-ns-decls                function      clojure.tools.namespace.find Searches a sequence of java.io.File obje...
 find-ns-decls-in-dir         function      clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace....
 find-ns-decls-in-dir         function      clojure.tools.namespace.find Searches dir recursively for (ns ...) de...
 find-ns-decls-in-jarfile     function      clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace....
 find-ns-decls-in-jarfile     function      clojure.tools.namespace.find Searches the JAR file for source files c...
 find-ns-decls-on-classpath   function      clojure.tools.namespace DEPRECATED; use clojure.tools.namespace.find/...
 find-sources-in-dir          function      clojure.tools.namespace.find Searches recursively under dir for sourc...

  

G

 graph                        function      clojure.tools.namespace.dependency Returns a new, empty, dependency g...

  

H


  

I

 immediate-dependencies       function      clojure.tools.namespace.dependency Returns the set of immediate depen...
 immediate-dependents         function      clojure.tools.namespace.dependency Returns the set of immediate depen...

  

J


  

K


  

L


  

M

 ->MapDependencyGraph         function      clojure.tools.namespace.dependency Positional factory function for cl...
 map->MapDependencyGraph      function      clojure.tools.namespace.dependency Factory function for class clojure...
 MapDependencyGraph           record        clojure.tools.namespace.dependency 
 move-ns                      function      clojure.tools.namespace.move ALPHA: subject to change. Moves the .clj...
 move-ns-file                 function      clojure.tools.namespace.move ALPHA: subject to change. Moves the .clj...

  

N

 name-from-ns-decl            function      clojure.tools.namespace.parse Given an (ns...) declaration form (unev...
 nodes                        function      clojure.tools.namespace.dependency Returns the set of all nodes in gr...
 ns-decl?                     function      clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace....
 ns-decl?                     function      clojure.tools.namespace.parse Returns true if form is a (ns ...) decl...

  

O


  

P


  

Q


  

R

 read-file-ns-decl            function      clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace....
 read-file-ns-decl            function      clojure.tools.namespace.file Attempts to read a (ns ...) declaration ...
 read-ns-decl                 function      clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace....
 read-ns-decl                 function      clojure.tools.namespace.parse Attempts to read a (ns ...) declaration...
 read-ns-decl-from-jarfile-entry function   clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace....
 read-ns-decl-from-jarfile-entry function   clojure.tools.namespace.find Attempts to read a (ns ...) declaration ...
 refresh                      function      clojure.tools.namespace.repl Scans source code directories for files ...
 refresh-all                  function      clojure.tools.namespace.repl Scans source code directories for all Cl...
 refresh-scanned              function      clojure.tools.namespace.repl Reloads namespaces in dependency order. ...
 remove                       function      clojure.tools.namespace.track Returns an updated dependency tracker f...
 remove-all                   function      clojure.tools.namespace.dependency Returns a new dependency graph wit...
 remove-edge                  function      clojure.tools.namespace.dependency Returns a new graph with the depen...
 remove-files                 function      clojure.tools.namespace.file Returns an updated dependency tracker wi...
 remove-lib                   function      clojure.tools.namespace.reload Remove lib's namespace and remove lib ...
 remove-node                  function      clojure.tools.namespace.dependency Removes the node from the dependen...
 replace-ns-symbol            function      clojure.tools.namespace.move ALPHA: subject to change. Given Clojure ...

  

S

 scan                         function      clojure.tools.namespace.dir DEPRECATED: replaced by scan-dirs.  Scans...
 scan                         function      clojure.tools.namespace.repl Scans directories for files which have c...
 scan-all                     function      clojure.tools.namespace.dir DEPRECATED: replaced by scan-dirs.  Scans...
 scan-dirs                    function      clojure.tools.namespace.dir Scans directories for files which have ch...
 scan-files                   function      clojure.tools.namespace.dir Scans files to find those which have chan...
 set-refresh-dirs             function      clojure.tools.namespace.repl Sets the directories which are scanned b...
 sources-in-jar               function      clojure.tools.namespace.find Returns a sequence of source file names ...

  

T

 topo-comparator              function      clojure.tools.namespace.dependency Returns a comparator fn which prod...
 topo-sort                    function      clojure.tools.namespace.dependency Returns a topologically-sorted lis...
 track-reload                 function      clojure.tools.namespace.reload Executes all pending unload/reload ope...
 track-reload-one             function      clojure.tools.namespace.reload Executes the next pending unload/reloa...
 tracker                      function      clojure.tools.namespace.track Returns a new, empty dependency tracker.
 transitive-dependencies      function      clojure.tools.namespace.dependency Returns the set of all things whic...
 transitive-dependencies-set  function      clojure.tools.namespace.dependency Returns the set of all things whic...
 transitive-dependents        function      clojure.tools.namespace.dependency Returns the set of all things whic...
 transitive-dependents-set    function      clojure.tools.namespace.dependency Returns the set of all things whic...

  

U


  

V


  

W


  

X


  

Y


  

Z


  

Other


  
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.