Index of Public Functions and Variables - Extract namespace declarations 0.2.4 (in development)

This page has an alphabetical index of all the documented functions and variables in Extract namespace declarations.
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

 clojure-file?                function      clojure.tools.namespace.file Returns true if the java.io.File represe...
 clojure-source-file?         function      clojure.tools.namespace DEPRECATED; trivial to implement locally  Ret...
 clojure-sources-in-jar       function      clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace....
 clojure-sources-in-jar       function      clojure.tools.namespace.find Returns a sequence of filenames ending i...
 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

 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 Searches recursively under dir for Cloju...
 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 Clojure source...
 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 Clojure source...
 find-ns-decls-on-classpath   function      clojure.tools.namespace DEPRECATED; use clojure.tools.namespace.find/...

  

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           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

 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...
 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 Scans directories for files which have ch...
 scan-all                     function      clojure.tools.namespace.dir Scans directories for all Clojure source ...
 set-refresh-dirs             function      clojure.tools.namespace.repl Sets the directories which are scanned b...

  

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-dependents        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.