From aea50af8739e7cf058a634cebfe22abe7538c101 Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Mon, 4 Jul 2011 23:46:57 -0700 Subject: [PATCH 01/24] Initial Documentation Commit --- api-index.html | 206 ++++++++++++++++++++++++++ index-0.1.2.clj | 114 ++++++++++++++ index.html | 178 ++++++++++++++++++++++ static/clojure-icon.gif | Bin 0 -> 2174 bytes static/clojure.css | 53 +++++++ static/favicon.png | Bin 0 -> 656 bytes static/internal.css | 18 +++ static/space/content-background.gif | Bin 0 -> 397 bytes static/space/left-nav-background.gif | Bin 0 -> 638 bytes static/space/left-nav-bottom.gif | Bin 0 -> 936 bytes static/space/left-nav-divider.gif | Bin 0 -> 52 bytes static/space/resources-background.gif | Bin 0 -> 550 bytes static/space/toc-background.gif | Bin 0 -> 457 bytes static/wiki.css | 22 +++ 14 files changed, 591 insertions(+) create mode 100644 api-index.html create mode 100644 index-0.1.2.clj create mode 100644 index.html create mode 100644 static/clojure-icon.gif create mode 100644 static/clojure.css create mode 100644 static/favicon.png create mode 100644 static/internal.css create mode 100644 static/space/content-background.gif create mode 100644 static/space/left-nav-background.gif create mode 100644 static/space/left-nav-bottom.gif create mode 100644 static/space/left-nav-divider.gif create mode 100644 static/space/resources-background.gif create mode 100644 static/space/toc-background.gif create mode 100644 static/wiki.css diff --git a/api-index.html b/api-index.html new file mode 100644 index 0000000..561578d --- /dev/null +++ b/api-index.html @@ -0,0 +1,206 @@ + + + Index - Classpath Utilities 0.1.2 API documentation + + + + + + + + + + +
+ +
+ +
+
+
+
+
+ +

Index of Public Functions and Variables - Classpath Utilities 0.1.2 (in development)

+This page has an alphabetical index of all the documented functions and variables +in Classpath Utilities. + + + +
+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

+
+
+
+

B

+
+
+
+

C

+
+ classpath                    function      clojure.java.classpath Returns a sequence of File objects of the elem...
+ classpath-directories        function      clojure.java.classpath Returns a sequence of File objects for the dir...
+ classpath-jarfiles           function      clojure.java.classpath Returns a sequence of JarFile objects for the ...
+ clojure-classpath            function      clojure.java.classpath Returns a sequence of File paths from Clojure'...
+
+
+

D

+
+
+
+

E

+
+
+
+

F

+
+ filenames-in-jar             function      clojure.java.classpath Returns a sequence of Strings naming the non-d...
+
+
+

G

+
+
+
+

H

+
+
+
+

I

+
+
+
+

J

+
+ jar-file?                    function      clojure.java.classpath Returns true if file is a normal file with a ....
+
+
+

K

+
+
+
+

L

+
+
+
+

M

+
+
+
+

N

+
+
+
+

O

+
+
+
+

P

+
+
+
+

Q

+
+
+
+

R

+
+
+
+

S

+
+ system-classpath             function      clojure.java.classpath Returns a sequence of File paths from the 'jav...
+
+
+

T

+
+
+
+

U

+
+
+
+

V

+
+
+
+

W

+
+
+
+

X

+
+
+
+

Y

+
+
+
+

Z

+
+
+
+

Other

+
+
+
+ +
+
+
+
+
+ +
+
Logo & site design by Tom Hickey.
+ Clojure auto-documentation system by Tom Faulhaber.
+
+ + + + \ No newline at end of file diff --git a/index-0.1.2.clj b/index-0.1.2.clj new file mode 100644 index 0000000..7508510 --- /dev/null +++ b/index-0.1.2.clj @@ -0,0 +1,114 @@ +{:namespaces + ({:source-url + "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj", + :wiki-url + "http://clojure.github.com/java.classpath/clojure.java.classpath-api.html", + :name "clojure.java.classpath", + :author "Stuart Sierra", + :doc "Utilities for dealing with the JVM's classpath"}), + :vars + ({:arglists ([]), + :name "classpath", + :namespace "clojure.java.classpath", + :source-url + "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L58", + :raw-source-url + "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj", + :wiki-url + "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/classpath", + :doc + "Returns a sequence of File objects of the elements on the\nclasspath.", + :var-type "function", + :line 58, + :file + "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"} + {:arglists ([]), + :name "classpath-directories", + :namespace "clojure.java.classpath", + :source-url + "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L64", + :raw-source-url + "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj", + :wiki-url + "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/classpath-directories", + :doc + "Returns a sequence of File objects for the directories on classpath.", + :var-type "function", + :line 64, + :file + "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"} + {:arglists ([]), + :name "classpath-jarfiles", + :namespace "clojure.java.classpath", + :source-url + "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L69", + :raw-source-url + "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj", + :wiki-url + "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/classpath-jarfiles", + :doc + "Returns a sequence of JarFile objects for the JAR files on classpath.", + :var-type "function", + :line 69, + :file + "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"} + {:arglists ([]), + :name "clojure-classpath", + :namespace "clojure.java.classpath", + :source-url + "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L51", + :raw-source-url + "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj", + :wiki-url + "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/clojure-classpath", + :doc + "Returns a sequence of File paths from Clojure's base classloader.", + :var-type "function", + :line 51, + :file + "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"} + {:arglists ([jar-file]), + :name "filenames-in-jar", + :namespace "clojure.java.classpath", + :source-url + "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L35", + :raw-source-url + "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj", + :wiki-url + "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/filenames-in-jar", + :doc + "Returns a sequence of Strings naming the non-directory entries in\nthe JAR file.", + :var-type "function", + :line 35, + :file + "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"} + {:arglists ([f]), + :name "jar-file?", + :namespace "clojure.java.classpath", + :source-url + "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L27", + :raw-source-url + "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj", + :wiki-url + "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/jar-file?", + :doc + "Returns true if file is a normal file with a .jar or .JAR extension.", + :var-type "function", + :line 27, + :file + "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"} + {:arglists ([]), + :name "system-classpath", + :namespace "clojure.java.classpath", + :source-url + "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L43", + :raw-source-url + "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj", + :wiki-url + "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/system-classpath", + :doc + "Returns a sequence of File paths from the 'java.class.path' system\nproperty.", + :var-type "function", + :line 43, + :file + "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"})} diff --git a/index.html b/index.html new file mode 100644 index 0000000..824a710 --- /dev/null +++ b/index.html @@ -0,0 +1,178 @@ + + + clojure.java.classpath - Classpath Utilities 0.1.2 API documentation + + + + + + + + + + +
+ +
+ +
+
+
+
+
+ +

API for clojure.java.classpath + - Classpath Utilities 0.1.2 (in development) +

+by Stuart Sierra
+
Full namespace name: clojure.java.classpath +

+

Overview

+
Utilities for dealing with the JVM's classpath
+ + +
+

Public Variables and Functions

+
+
+
+

classpath

+ function
+
Usage: (classpath)
+
+
Returns a sequence of File objects of the elements on the
+classpath.
+ + + Source +
+
+
+

classpath-directories

+ function
+
Usage: (classpath-directories)
+
+
Returns a sequence of File objects for the directories on classpath.
+ + + Source +
+
+
+

classpath-jarfiles

+ function
+
Usage: (classpath-jarfiles)
+
+
Returns a sequence of JarFile objects for the JAR files on classpath.
+ + + Source +
+
+
+

clojure-classpath

+ function
+
Usage: (clojure-classpath)
+
+
Returns a sequence of File paths from Clojure's base classloader.
+ + + Source +
+
+
+

filenames-in-jar

+ function
+
Usage: (filenames-in-jar jar-file)
+
+
Returns a sequence of Strings naming the non-directory entries in
+the JAR file.
+ + + Source +
+
+
+

jar-file?

+ function
+
Usage: (jar-file? f)
+
+
Returns true if file is a normal file with a .jar or .JAR extension.
+ + + Source +
+
+
+

system-classpath

+ function
+
Usage: (system-classpath)
+
+
Returns a sequence of File paths from the 'java.class.path' system
+property.
+ + + Source +
+ + +
+
+
+
+
+ +
+
Logo & site design by Tom Hickey.
+ Clojure auto-documentation system by Tom Faulhaber.
+
+ + + + \ No newline at end of file diff --git a/static/clojure-icon.gif b/static/clojure-icon.gif new file mode 100644 index 0000000000000000000000000000000000000000..84eee16d95b131330e74e55f834849f27a1bb353 GIT binary patch literal 2174 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 literal 0 HcmV?d00001 diff --git a/static/space/left-nav-background.gif b/static/space/left-nav-background.gif new file mode 100644 index 0000000000000000000000000000000000000000..e6e590449ccd23d463edd3906bb471d156c98b1b GIT binary patch literal 638 zcmV-^0)hQUNk%w1VW_{rmg-{QUg*`1twx`SG000F4Fa>i|F(VTqf&jn=24n~X z=cuA!TefhVvMG$-Zk^9Ey`Ld3>0enwy-R zoOE(3CLbgN1Oo_AP*{i(1`3C%O-ztW9y&=tcR-%KzQ4ekY`ke=9$lyi1qHCJ0n5u! z83RmTAb>|UJfXqe-rw3TKBO&@0RvxLsTT)RRacD57zosnCgRtWKj8fRy*OrQh!{48 z1D7Yu7&%M0Wm>f)By#CXx%EyfmTYXSKng+$B!jZ}v@gxcM Y3^!j9Sm0_$m==|C{jCE{6%hacJAN`7+yDRo literal 0 HcmV?d00001 diff --git a/static/space/left-nav-bottom.gif b/static/space/left-nav-bottom.gif new file mode 100644 index 0000000000000000000000000000000000000000..061c0895704895359a1f290af448a538eee299e7 GIT binary patch literal 936 zcmZ?wbhEHbT)`m3aFv1K|NsC0{{8#=_wS!Se}4b|{r&s*XV0Gf`0?Z3y?gK9zyJC3 z=dWMCu3fwK?c29^@7_Il@Zjs$uQzYreE$6Tty{P5-o5+r!(kjzIyfQ#ful$uV24$4<9{x^!fAWJ9qB9ef##qhYz=J z-)5i~DE?#to1p_DL4IOj`|seEP^cj%#?6#?fQN(OLWTm@45zi%wMtLFt=j)!L&YE7 zh>bCugB3VqJokm%g*nWjOSfch-gxG0 zPg7KM^M&-h!eSQoS-0jey0I_t^j^Gd&C>qMEo;xcdAsT2@u18}1zv>EN;dT!+ODRBleY>e=ERs?~ecz+0;_?S-$-1coEb zf@(Gv83$Akx3ep1NE9$MzL;F>A8r|Ss!Y%`Q|<9grKt~FTG$2ECcFqZbYlh+pG|6A|Tl^+#y`J;C?7ho`NV|P+tc_b(%0Ev!5b&_Ui%Hs`LDaiUVfAZ1%jJrE z%M{*inOEw3C`L#tW0kzue7Wdty3?6Ye01B9px{`2dfxH<((~VxzdO~luqCAO=FAWW zRxybN2Np$z2M5{D?rcB7a9pzCItzc#R!7FCsbWWO<`!ChO)OOX8s6r(UGzc&GpC)w z!Az-y2@cF_JSDgpk9!_qWa4popum=*dEmwb^{?9_gR)GP-mY&FC|JPEc1MJfS>%Gc zGE2wJ7xx%g7fg7-su|FEDh2l~_u3>cZD3PKziO|xDu z7r%8xvyo9;X9YVeM@mKmqr=UVMH0^4t9^DlQFzkmDT z`|XEsS08z_;^4ho58kXeaBtpk?_M2YC&t>zRi>(XT_Hm~Mh8@^g2P^a6Q(Pa18bLXA* z`gR`(KCE1FEI=>+l*zmc4o@x8zA3t|2UCt2@7$p-h z(yATIq1gMs1Nz;lo36&a*uxUlULcR6pQ-=+4uVYNwAn&1{^K zwe;p`kvWmYHDM=%MR-qa08ahoB2ck{|=XLc&8-5E;SkR+~AW(5Q4uRdH^I!(gDR5E23*@te39 zw%G#UQ*FE7@VM*K$!-M(V}cMKPL2pb0tYyRY;uT+ii`RJOb4!0eg^pXCaot3PC=t)W0OoEt8d@JV4Sd&hYo=- zrHVBM@X<0!8s~N0fhO$Ox3V1NQ--Snn2SVw1ZwKj8r;90L}@vBGeM9A5dZ)?W#ZO+ literal 0 HcmV?d00001 diff --git a/static/wiki.css b/static/wiki.css new file mode 100644 index 0000000..1cb1bdd --- /dev/null +++ b/static/wiki.css @@ -0,0 +1,22 @@ +/* Wiki Rendered Styles */ +.wiki { line-height: 150%; font-family: arial, helvetica, sans-serif; font-size: small; } +.wiki h1 { font-weight: bold; padding: 5px 0 0 0; margin: 0; font-size: 1.4em; } +.wiki h2 { font-weight: bold; padding: 5px 0 0 0; margin: 0; font-size: 1.3em; } +.wiki h3 { font-weight: bold; padding: 5px 0 0 0; margin: 0; font-size: 1.1em; } +.wiki h4 { font-weight: normal; padding: 5px 0 0 0; margin: 0; font-size: 1.066em; } +.wiki h5 { font-weight: normal; padding: 5px 0 0 0; margin: 0; font-size: 1.033em; } +.wiki h6 { font-weight: normal; padding: 5px 0 0 0; margin: 0; font-size: 1.0em; } +.wiki table { border-collapse: collapse; margin: 10px 0; font-size: small; } +.wiki p { margin: 0; padding: 0; padding: 5px 0; } +.wiki td { border: 1px solid #DDD; } +.wiki #toc { border: 1px solid #AAA; background: #fff; padding: 5px; margin: 0 0 10px 10px; width: 25%; float: right; clear: right;} +.wiki #toc h1 { font-weight: normal; font-size: 1.2em; padding: 0; } +.wiki #toc a:hover { color: #00D; background: #FFD; } + +.wiki hr { height: 1px; color: #AAA; background-color: #AAA; border: 0; margin: 0 10px; } +.wiki ul { padding: .5em 0 0 3em; margin: 0; } +.wiki ol { padding: .5em 0 0 3em; margin: 0; } +.wiki ul.quotelist { list-style: none; } +.wiki tt { font-size: small; } +.wiki img { border: 0; padding: 4px; } + From 2e146a2fe419063727a4aa04a5d508ca3aa0c3f6 Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Sun, 25 Sep 2011 22:11:37 -0700 Subject: [PATCH 02/24] Autodoc commit for master/228abb29 --- api-index.html | 4 +-- index-0.1.2.clj | 71 ++++++++++++++++++++++++------------------------- index.html | 44 +++++++++++++++--------------- 3 files changed, 59 insertions(+), 60 deletions(-) diff --git a/api-index.html b/api-index.html index 561578d..d85acb3 100644 --- a/api-index.html +++ b/api-index.html @@ -83,7 +83,6 @@

C

classpath function clojure.java.classpath Returns a sequence of File objects of the elem... classpath-directories function clojure.java.classpath Returns a sequence of File objects for the dir... classpath-jarfiles function clojure.java.classpath Returns a sequence of JarFile objects for the ... - clojure-classpath function clojure.java.classpath Returns a sequence of File paths from Clojure'...

D

@@ -122,7 +121,8 @@

K

L

-
+ loader-classpath function clojure.java.classpath Returns a sequence of File paths from a classl... +

M

diff --git a/index-0.1.2.clj b/index-0.1.2.clj
index 7508510..3f86ab3 100644
--- a/index-0.1.2.clj
+++ b/index-0.1.2.clj
@@ -1,114 +1,113 @@
 {:namespaces
  ({:source-url
-   "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj",
+   "https://github.com/clojure/java.classpath/blob/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj",
    :wiki-url
    "http://clojure.github.com/java.classpath/clojure.java.classpath-api.html",
    :name "clojure.java.classpath",
    :author "Stuart Sierra",
    :doc "Utilities for dealing with the JVM's classpath"}),
  :vars
- ({:arglists ([]),
+ ({:arglists ([classloader] []),
    :name "classpath",
    :namespace "clojure.java.classpath",
    :source-url
-   "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L58",
+   "https://github.com/clojure/java.classpath/blob/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj#L57",
    :raw-source-url
-   "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj",
+   "https://github.com/clojure/java.classpath/raw/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj",
    :wiki-url
    "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/classpath",
    :doc
-   "Returns a sequence of File objects of the elements on the\nclasspath.",
+   "Returns a sequence of File objects of the elements on the classpath.",
    :var-type "function",
-   :line 58,
+   :line 57,
    :file
    "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"}
   {:arglists ([]),
    :name "classpath-directories",
    :namespace "clojure.java.classpath",
    :source-url
-   "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L64",
+   "https://github.com/clojure/java.classpath/blob/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj#L68",
    :raw-source-url
-   "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj",
+   "https://github.com/clojure/java.classpath/raw/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj",
    :wiki-url
    "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/classpath-directories",
    :doc
    "Returns a sequence of File objects for the directories on classpath.",
    :var-type "function",
-   :line 64,
+   :line 68,
    :file
    "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"}
   {:arglists ([]),
    :name "classpath-jarfiles",
    :namespace "clojure.java.classpath",
    :source-url
-   "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L69",
+   "https://github.com/clojure/java.classpath/blob/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj#L73",
    :raw-source-url
-   "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj",
+   "https://github.com/clojure/java.classpath/raw/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj",
    :wiki-url
    "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/classpath-jarfiles",
    :doc
    "Returns a sequence of JarFile objects for the JAR files on classpath.",
    :var-type "function",
-   :line 69,
-   :file
-   "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"}
-  {:arglists ([]),
-   :name "clojure-classpath",
-   :namespace "clojure.java.classpath",
-   :source-url
-   "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L51",
-   :raw-source-url
-   "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj",
-   :wiki-url
-   "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/clojure-classpath",
-   :doc
-   "Returns a sequence of File paths from Clojure's base classloader.",
-   :var-type "function",
-   :line 51,
+   :line 73,
    :file
    "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"}
   {:arglists ([jar-file]),
    :name "filenames-in-jar",
    :namespace "clojure.java.classpath",
    :source-url
-   "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L35",
+   "https://github.com/clojure/java.classpath/blob/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj#L33",
    :raw-source-url
-   "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj",
+   "https://github.com/clojure/java.classpath/raw/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj",
    :wiki-url
    "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/filenames-in-jar",
    :doc
    "Returns a sequence of Strings naming the non-directory entries in\nthe JAR file.",
    :var-type "function",
-   :line 35,
+   :line 33,
    :file
    "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"}
   {:arglists ([f]),
    :name "jar-file?",
    :namespace "clojure.java.classpath",
    :source-url
-   "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L27",
+   "https://github.com/clojure/java.classpath/blob/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj#L25",
    :raw-source-url
-   "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj",
+   "https://github.com/clojure/java.classpath/raw/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj",
    :wiki-url
    "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/jar-file?",
    :doc
    "Returns true if file is a normal file with a .jar or .JAR extension.",
    :var-type "function",
-   :line 27,
+   :line 25,
+   :file
+   "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"}
+  {:arglists ([loader]),
+   :name "loader-classpath",
+   :namespace "clojure.java.classpath",
+   :source-url
+   "https://github.com/clojure/java.classpath/blob/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj#L49",
+   :raw-source-url
+   "https://github.com/clojure/java.classpath/raw/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj",
+   :wiki-url
+   "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/loader-classpath",
+   :doc "Returns a sequence of File paths from a classloader.",
+   :var-type "function",
+   :line 49,
    :file
    "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"}
   {:arglists ([]),
    :name "system-classpath",
    :namespace "clojure.java.classpath",
    :source-url
-   "https://github.com/clojure/java.classpath/blob/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj#L43",
+   "https://github.com/clojure/java.classpath/blob/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj#L41",
    :raw-source-url
-   "https://github.com/clojure/java.classpath/raw/9e70cab246f21caf93ac13b12cd50a79540122ad/src/main/clojure/clojure/java/classpath.clj",
+   "https://github.com/clojure/java.classpath/raw/f1b9bfc800773a18e28082694f541e65af4f218d/src/main/clojure/clojure/java/classpath.clj",
    :wiki-url
    "http://clojure.github.com/java.classpath//clojure.java.classpath-api.html#clojure.java.classpath/system-classpath",
    :doc
    "Returns a sequence of File paths from the 'java.class.path' system\nproperty.",
    :var-type "function",
-   :line 43,
+   :line 41,
    :file
    "/home/tom/src/clj/autodoc/../autodoc-work-area/java.classpath/src/src/main/clojure/clojure/java/classpath.clj"})}
diff --git a/index.html b/index.html
index 824a710..ee5e2dc 100644
--- a/index.html
+++ b/index.html
@@ -52,12 +52,12 @@ 

Table of Contents

classpath-directories
classpath-jarfiles -
- clojure-classpath
filenames-in-jar
jar-file? +
+ loader-classpath
system-classpath
@@ -82,13 +82,13 @@

Public Variables and Functions


classpath

function
-
Usage: (classpath)
+  
Usage: (classpath classloader)
+       (classpath)
 
-
Returns a sequence of File objects of the elements on the
-classpath.
+
Returns a sequence of File objects of the elements on the classpath.
- Source + Source


@@ -99,7 +99,7 @@

classpath-directories

Returns a sequence of File objects for the directories on classpath.
- Source + Source


@@ -110,18 +110,7 @@

classpath-jarfiles

Returns a sequence of JarFile objects for the JAR files on classpath.
- Source -
-
-
-

clojure-classpath

- function
-
Usage: (clojure-classpath)
-
-
Returns a sequence of File paths from Clojure's base classloader.
- - - Source + Source


@@ -133,7 +122,7 @@

filenames-in-jar

the JAR file.
- Source + Source


@@ -144,7 +133,18 @@

jar-file?

Returns true if file is a normal file with a .jar or .JAR extension.
- Source + Source +
+
+
+

loader-classpath

+ function
+
Usage: (loader-classpath loader)
+
+
Returns a sequence of File paths from a classloader.
+ + + Source


@@ -156,7 +156,7 @@

system-classpath

property. - Source + Source
From acd012fdf09da37e6abef56e9860c8d6099d69d8 Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Mon, 10 Oct 2011 23:58:42 -0700 Subject: [PATCH 03/24] Autodoc commit for master/228abb29 --- api-index.html | 6 +++--- index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api-index.html b/api-index.html index d85acb3..9315f7f 100644 --- a/api-index.html +++ b/api-index.html @@ -1,6 +1,6 @@ - Index - Classpath Utilities 0.1.2 API documentation + Index - Classpath Utilities 0.2.1 API documentation @@ -27,7 +27,7 @@

Classpath Ut