[clojure-contrib commit] r923 - Auto-documentation for contrib version r922

0 views
Skip to first unread message

codesite...@google.com

unread,
Jun 8, 2009, 10:47:58 AM6/8/09
to clojure...@googlegroups.com
Author: tomfaulhaber
Date: Mon Jun 8 07:46:10 2009
New Revision: 923

Added:
wiki/HttpAgentApiDoc.wiki
wiki/HttpConnectionApiDoc.wiki
Modified:
wiki/ApiDocIndex.json
wiki/ApiDocIndex.wiki
wiki/ApiDocSidebar.wiki
wiki/JavaUtilsApiDoc.wiki
wiki/OverviewOfContrib.wiki

Log:
Auto-documentation for contrib version r922


Modified: wiki/ApiDocIndex.json
==============================================================================
--- wiki/ApiDocIndex.json (original)
+++ wiki/ApiDocIndex.json Mon Jun 8 07:46:10 2009
@@ -240,6 +240,18 @@
"doc":
"Various functions for finding greatest and least values in a
collection"},
{"source-url":
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/http/agent.clj",
+ "wiki-url":
+ "http://code.google.com/p/clojure-contrib/wiki/ClojureContribHttpAgentApiDoc",
+ "name":"clojure.contrib.http.agent",
+ "doc":"Agent-based asynchronous HTTP client."},
+ {"source-url":
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/http/connection.clj",
+ "wiki-url":
+ "http://code.google.com/p/clojure-contrib/wiki/ClojureContribHttpConnectionApiDoc",
+ "name":"clojure.contrib.http.connection",
+ "doc":"Low-level HTTP client API around HttpURLConnection"},
+ {"source-url":
"http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/import_static.clj",
"wiki-url":
"http://code.google.com/p/clojure-contrib/wiki/ClojureContribImportStaticApiDoc",
@@ -259,7 +271,7 @@
"http://code.google.com/p/clojure-contrib/wiki/ClojureContribJavaUtilsApiDoc",
"name":"clojure.contrib.java-utils",
"author":
- "Stuart Halloway, Stephen C. Gilardi, Shawn Hoover, Perry Trolard",
+ "Stuart Halloway, Stephen C. Gilardi, Shawn Hoover, Perry Trolard,
Stuart Sierra",
"doc":
"A set of utilties for dealing with Java stuff like files and
properties.\n\n Design goals:\n\n (1) Ease-of-use. These APIs should be
convenient. Performance is secondary.\n\n (2) Duck typing. I hate having
to think about the difference between\n a string that names a file,
and a File. Ditto for a ton of other \n wrapper classes in the Java
world (URL, InternetAddress). With these\n APIs you should be able to
think about domain equivalence, not type\n equivalence.\n\n (3) No
bossiness. I am not marking any of these functions as private\n the
docstrings will tell you the intended usage but do what works for you.
\t\t\t\t\t\n\n Feedback welcome!\n\n If something in this module
violates the principle of least surprise, please \n let me (Stu) and the
Clojure community know via the mailing list.\n"},
{"source-url":
@@ -2823,6 +2835,21 @@
"doc":
"Return the argument for which f yields the smallest value."},
{"source-url":
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/http/connection.clj#21",
+ "wiki-url":
+ "http://code.google.com/p/clojure-contrib/wiki/ClojureContribHttpConnectionApiDoc#http-connection",
+ "namespace":"clojure.contrib.http.connection",
+ "name":"http-connection",
+ "arglists":[["url"]],
+ "doc":"Opens an HttpURLConnection at the URL, handled by as-url."},
+ {"source-url":
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/http/connection.clj#26",
+ "wiki-url":
+ "http://code.google.com/p/clojure-contrib/wiki/ClojureContribHttpConnectionApiDoc#send-request-entity",
+ "namespace":"clojure.contrib.http.connection",
+ "name":"send-request-entity",
+ "doc":"Transmits a request entity body."},
+ {"source-url":
"http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/import_static.clj#22",
"wiki-url":
"http://code.google.com/p/clojure-contrib/wiki/ClojureContribImportStaticApiDoc#import-static",
@@ -2850,7 +2877,7 @@
"doc":
"Returns true if file is a normal file with a .jar or .JAR extension."},
{"source-url":
- "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#73",
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#75",
"wiki-url":
"http://code.google.com/p/clojure-contrib/wiki/ClojureContribJavaUtilsApiDoc#as-file",
"namespace":"clojure.contrib.java-utils",
@@ -2858,7 +2885,7 @@
"doc":
"Interpret a String or a java.io.File as a File. Building block\n for
clojure.contrib.java-utils/file, which you should prefer\n in most
cases."},
{"source-url":
- "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#132",
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#134",
"wiki-url":
"http://code.google.com/p/clojure-contrib/wiki/ClojureContribJavaUtilsApiDoc#as-properties",
"namespace":"clojure.contrib.java-utils",
@@ -2867,7 +2894,7 @@
"doc":
"Convert any seq of pairs to a java.utils.Properties instance.\n Uses
as-str to convert both keys and values into strings."},
{"source-url":
- "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#90",
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#92",
"wiki-url":
"http://code.google.com/p/clojure-contrib/wiki/ClojureContribJavaUtilsApiDoc#as-str",
"namespace":"clojure.contrib.java-utils",
@@ -2875,7 +2902,15 @@
"arglists":[["x"]],
"doc":"Returns the name or string representation of x"},
{"source-url":
- "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#81",
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#160",
+ "wiki-url":
+ "http://code.google.com/p/clojure-contrib/wiki/ClojureContribJavaUtilsApiDoc#as-url",
+ "namespace":"clojure.contrib.java-utils",
+ "name":"as-url",
+ "arglists":[["arg"]],
+ "doc":"Coerces argument (URL, URI, or String) to a java.net.URL."},
+ {"source-url":
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#83",
"wiki-url":
"http://code.google.com/p/clojure-contrib/wiki/ClojureContribJavaUtilsApiDoc#file",
"namespace":"clojure.contrib.java-utils",
@@ -2884,7 +2919,7 @@
[["arg"], ["parent", "child"], ["parent", "child", "&", "more"]],
"doc":"Returns a java.io.File from string or file args."},
{"source-url":
- "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#97",
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#99",
"wiki-url":
"http://code.google.com/p/clojure-contrib/wiki/ClojureContribJavaUtilsApiDoc#get-system-property",
"namespace":"clojure.contrib.java-utils",
@@ -2892,7 +2927,7 @@
"arglists":[["stringable"], ["stringable", "default"]],
"doc":"Get a system property."},
{"source-url":
- "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#142",
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#144",
"wiki-url":
"http://code.google.com/p/clojure-contrib/wiki/ClojureContribJavaUtilsApiDoc#read-properties",
"namespace":"clojure.contrib.java-utils",
@@ -2900,7 +2935,7 @@
"arglists":[["file-able"]],
"doc":"Read properties from file-able."},
{"source-url":
- "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#60",
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#62",
"wiki-url":
"http://code.google.com/p/clojure-contrib/wiki/ClojureContribJavaUtilsApiDoc#relative-path-string",
"namespace":"clojure.contrib.java-utils",
@@ -2908,7 +2943,7 @@
"doc":
"Interpret a String or java.io.File as a relative path string. \n
Building block for clojure.contrib.java-utils/file."},
{"source-url":
- "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#104",
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#106",
"wiki-url":
"http://code.google.com/p/clojure-contrib/wiki/ClojureContribJavaUtilsApiDoc#set-system-properties",
"namespace":"clojure.contrib.java-utils",
@@ -2916,7 +2951,7 @@
"arglists":[["settings"]],
"doc":"Set some system properties. Nil clears a property."},
{"source-url":
- "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#112",
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#114",
"wiki-url":
"http://code.google.com/p/clojure-contrib/wiki/ClojureContribJavaUtilsApiDoc#with-system-properties",
"namespace":"clojure.contrib.java-utils",
@@ -2925,7 +2960,7 @@
"doc":
"setting => property-name value\n\n Sets the system properties to the
supplied values, executes the body, and\n sets the properties back to
their original values. Values of nil are\n translated to a clearing of the
property."},
{"source-url":
- "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#149",
+ "http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#151",
"wiki-url":
"http://code.google.com/p/clojure-contrib/wiki/ClojureContribJavaUtilsApiDoc#write-properties",
"namespace":"clojure.contrib.java-utils",

Modified: wiki/ApiDocIndex.wiki
==============================================================================
--- wiki/ApiDocIndex.wiki (original)
+++ wiki/ApiDocIndex.wiki Mon Jun 8 07:46:10 2009
@@ -65,6 +65,7 @@
[JavaUtilsApiDoc#as-file as-file] multimethod
java-utils Interpret a String or a java.io.File as a File. Bu...
[JavaUtilsApiDoc#as-properties as-properties] function
java-utils Convert any seq of pairs to a java.utils.Propertie...
[JavaUtilsApiDoc#as-str as-str] function
java-utils Returns the name or string representation of x.
+[JavaUtilsApiDoc#as-url as-url] multimethod
java-utils Coerces argument (URL, URI, or String) to a java.n...
[GenericMathFunctionsApiDoc#asin asin]
multimethod generic.math-functions Return the asin of x..
[TestIsApiDoc#assert-any assert-any] function
test-is Returns generic assertion code for any test, inclu...
[TestIsApiDoc#assert-predicate assert-predicate] function
test-is Returns generic assertion code for any functional ...
@@ -331,6 +332,7 @@
[PprintApiDoc#*_html-compatible_* *html-compatible*]
var pprint.examples.xml If true, empty tags will have a space
before the ...
[PrxmlApiDoc#*_html-compatible_* *html-compatible*]
var prxml If true, empty tags will have a space
before the c...
[ErrorKitApiDoc#handle handle] function
error-kit Special form to be used inside a 'with-handler'. ...
+[HttpConnectionApiDoc#http-connection http-connection]
function http.connection Opens an HttpURLConnection at the URL,
handled by ...
</pre>
==I==
<pre>
@@ -601,6 +603,7 @@
[DatalogApiDoc#select select] function
datalog.database finds all matching tuples to the partial tuple (pt...
[CombinatoricsApiDoc#selections selections]
function combinatorics All the ways of taking n (possibly the
same) eleme...
[GraphApiDoc#self-recursive-sets self-recursive-sets]
function graph Returns, as a sequence of sets, the
components of ...
+[HttpConnectionApiDoc#send-request-entity send-request-entity]
multimethod http.connection Transmits a request entity body..
[MiglayoutApiDoc#sep sep] function
miglayout.test Returns a swing separator.
[SeqUtilsApiDoc#separate separate] function
seq-utils Returns a vector: `[` (filter f s), (filter (comp...
[GenericCollectionApiDoc#seq seq] multimethod
generic.collection Returns a seq on the object s..

Modified: wiki/ApiDocSidebar.wiki
==============================================================================
--- wiki/ApiDocSidebar.wiki (original)
+++ wiki/ApiDocSidebar.wiki Mon Jun 8 07:46:10 2009
@@ -36,6 +36,8 @@
[GenericMathFunctionsApiDoc generic.math-functions]<br/>
[GraphApiDoc graph]<br/>
[GreatestLeastApiDoc greatest-least]<br/>
+[HttpAgentApiDoc http.agent]<br/>
+[HttpConnectionApiDoc http.connection]<br/>
[ImportStaticApiDoc import-static]<br/>
[JarApiDoc jar]<br/>
[JavaUtilsApiDoc java-utils]<br/>

Added: wiki/HttpAgentApiDoc.wiki
==============================================================================
--- (empty file)
+++ wiki/HttpAgentApiDoc.wiki Mon Jun 8 07:46:10 2009
@@ -0,0 +1,21 @@
+#summary http.agent API Reference
+#sidebar ApiDocSidebar
+
+<wiki:comment>
+This document was auto-generated from the clojure.contrib source by
contrib-autodoc.
+To report errors or ask questions about the overall documentation
structure, formatting,
+etc., contact Tom Faulhaber (google mail name: tomfaulhaber).
+For errors in the documentation of a particular namespace, contact the
author of that
+namespace.
+</wiki:comment>
+=API for http.agent=
+Usage:
+{{{
+(ns <your-namespace>
+ (:require clojure.contrib.http.agent))
+}}}
+==Overview==
+<pre> Agent-based asynchronous HTTP client.</pre>
+
+
+==Public Variables and Functions==

Added: wiki/HttpConnectionApiDoc.wiki
==============================================================================
--- (empty file)
+++ wiki/HttpConnectionApiDoc.wiki Mon Jun 8 07:46:10 2009
@@ -0,0 +1,40 @@
+#summary http.connection API Reference
+#sidebar ApiDocSidebar
+
+<wiki:comment>
+This document was auto-generated from the clojure.contrib source by
contrib-autodoc.
+To report errors or ask questions about the overall documentation
structure, formatting,
+etc., contact Tom Faulhaber (google mail name: tomfaulhaber).
+For errors in the documentation of a particular namespace, contact the
author of that
+namespace.
+</wiki:comment>
+=API for http.connection=
+Usage:
+{{{
+(ns <your-namespace>
+ (:require clojure.contrib.http.connection))
+}}}
+==Overview==
+<pre> Low-level HTTP client API around HttpURLConnection</pre>
+
+
+==Public Variables and Functions==
+Shortcuts:
+[#http-connection http-connection] [#send-request-entity
send-request-entity]
+
+----
+===http-connection===
+====function====
+<pre>
+Usage: *(_http-connection_ url)*
+</pre>
+<pre> Opens an HttpURLConnection at the URL, handled by as-url.</pre>
+
+[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/http/connection.clj#21
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=http-connection+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
+----
+===send-request-entity===
+====multimethod====
+_No usage documentation available_
+<pre> Transmits a request entity body.</pre>
+
+[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/http/connection.clj#26
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=send-request-entity+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]

Modified: wiki/JavaUtilsApiDoc.wiki
==============================================================================
--- wiki/JavaUtilsApiDoc.wiki (original)
+++ wiki/JavaUtilsApiDoc.wiki Mon Jun 8 07:46:10 2009
@@ -9,7 +9,7 @@
namespace.
</wiki:comment>
=API for java-utils=
-by Stuart Halloway, Stephen C. Gilardi, Shawn Hoover, Perry Trolard
+by Stuart Halloway, Stephen C. Gilardi, Shawn Hoover, Perry Trolard,
Stuart Sierra

Usage:
{{{
@@ -40,7 +40,7 @@

==Public Variables and Functions==
Shortcuts:
-[#as-file as-file] [#as-properties as-properties] [#as-str as-str] [#file
file] [#get-system-property get-system-property] [#read-properties
read-properties] [#relative-path-string relative-path-string]
[#set-system-properties set-system-properties] [#with-system-properties
with-system-properties] [#write-properties write-properties]
+[#as-file as-file] [#as-properties as-properties] [#as-str as-str]
[#as-url as-url] [#file file] [#get-system-property get-system-property]
[#read-properties read-properties] [#relative-path-string
relative-path-string] [#set-system-properties set-system-properties]
[#with-system-properties with-system-properties] [#write-properties
write-properties]

----
===as-file===
@@ -50,7 +50,7 @@
for clojure.contrib.java-utils/file, which you should prefer
in most cases.</pre>

-[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#73
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=as-file+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
+[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#75
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=as-file+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
----
===as-properties===
====function====
@@ -60,7 +60,7 @@
<pre> Convert any seq of pairs to a java.utils.Properties instance.
Uses as-str to convert both keys and values into strings.</pre>

-[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#132
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=as-properties+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
+[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#134
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=as-properties+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
----
===as-str===
====function====
@@ -69,7 +69,16 @@
</pre>
<pre> Returns the name or string representation of x</pre>

-[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#90
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=as-str+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
+[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#92
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=as-str+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
+----
+===as-url===
+====multimethod====
+<pre>
+Usage: *(_as-url_ arg)*
+</pre>
+<pre> Coerces argument (URL, URI, or String) to a java.net.URL.</pre>
+
+[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#160
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=as-url+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
----
===file===
====function====
@@ -80,7 +89,7 @@
</pre>
<pre> Returns a java.io.File from string or file args.</pre>

-[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#81
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=file+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
+[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#83
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=file+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
----
===get-system-property===
====function====
@@ -90,7 +99,7 @@
</pre>
<pre> Get a system property.</pre>

-[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#97
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=get-system-property+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
+[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#99
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=get-system-property+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
----
===read-properties===
====function====
@@ -99,7 +108,7 @@
</pre>
<pre> Read properties from file-able.</pre>

-[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#142
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=read-properties+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
+[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#144
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=read-properties+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
----
===relative-path-string===
====multimethod====
@@ -107,7 +116,7 @@
<pre> Interpret a String or java.io.File as a relative path string.
Building block for clojure.contrib.java-utils/file.</pre>

-[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#60
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=relative-path-string+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
+[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#62
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=relative-path-string+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
----
===set-system-properties===
====function====
@@ -116,7 +125,7 @@
</pre>
<pre> Set some system properties. Nil clears a property.</pre>

-[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#104
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=set-system-properties+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
+[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#106
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=set-system-properties+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
----
===with-system-properties===
====macro====
@@ -129,7 +138,7 @@
sets the properties back to their original values. Values of nil are
translated to a clearing of the property.</pre>

-[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#112
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=with-system-properties+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
+[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#114
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=with-system-properties+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
----
===write-properties===
====function====
@@ -139,4 +148,4 @@
</pre>
<pre> Write properties to file-able.</pre>

-[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#149
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=write-properties+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]
+[http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/java_utils.clj#151
Source]
[http://www.google.com/codesearch?hl=en&lr=&q=write-properties+package%3Ahttp%3A%2F%2Fclojure-contrib\.googlecode\.com&sbtn=Search
Search
for references in contrib]

Modified: wiki/OverviewOfContrib.wiki
==============================================================================
--- wiki/OverviewOfContrib.wiki (original)
+++ wiki/OverviewOfContrib.wiki Mon Jun 8 07:46:10 2009
@@ -339,6 +339,19 @@
[GreatestLeastApiDoc#all-greatest all-greatest]
[GreatestLeastApiDoc#all-greatest-by all-greatest-by]
[GreatestLeastApiDoc#all-least all-least] [GreatestLeastApiDoc#all-least-by
all-least-by] [GreatestLeastApiDoc#greatest greatest]
[GreatestLeastApiDoc#greatest-by greatest-by] [GreatestLeastApiDoc#least
least] [GreatestLeastApiDoc#least-by least-by]

----
+===http.agent===
+API Overview [HttpAgentApiDoc here]
+
+<pre> Agent-based asynchronous HTTP client.</pre>
+----
+===http.connection===
+API Overview [HttpConnectionApiDoc here]
+
+<pre> Low-level HTTP client API around HttpURLConnection</pre>
+Public Variables and Functions:
+[HttpConnectionApiDoc#http-connection http-connection]
[HttpConnectionApiDoc#send-request-entity send-request-entity]
+
+----
===import-static===
by Stuart Sierra<br>
API Overview [ImportStaticApiDoc here]
@@ -358,7 +371,7 @@

----
===java-utils===
-by Stuart Halloway, Stephen C. Gilardi, Shawn Hoover, Perry Trolard<br>
+by Stuart Halloway, Stephen C. Gilardi, Shawn Hoover, Perry Trolard,
Stuart Sierra<br>
API Overview [JavaUtilsApiDoc here]

<pre> A set of utilties for dealing with Java stuff like files and
properties.
@@ -381,7 +394,7 @@
If something in this module violates the principle of least surprise,
please
let me (Stu) and the Clojure community know via the mailing list.</pre>
Public Variables and Functions:
-[JavaUtilsApiDoc#as-file as-file] [JavaUtilsApiDoc#as-properties
as-properties] [JavaUtilsApiDoc#as-str as-str] [JavaUtilsApiDoc#file file]
[JavaUtilsApiDoc#get-system-property get-system-property]
[JavaUtilsApiDoc#read-properties read-properties]
[JavaUtilsApiDoc#relative-path-string relative-path-string]
[JavaUtilsApiDoc#set-system-properties set-system-properties]
[JavaUtilsApiDoc#with-system-properties with-system-properties]
[JavaUtilsApiDoc#write-properties write-properties]
+[JavaUtilsApiDoc#as-file as-file] [JavaUtilsApiDoc#as-properties
as-properties] [JavaUtilsApiDoc#as-str as-str] [JavaUtilsApiDoc#as-url
as-url] [JavaUtilsApiDoc#file file] [JavaUtilsApiDoc#get-system-property
get-system-property] [JavaUtilsApiDoc#read-properties read-properties]
[JavaUtilsApiDoc#relative-path-string relative-path-string]
[JavaUtilsApiDoc#set-system-properties set-system-properties]
[JavaUtilsApiDoc#with-system-properties with-system-properties]
[JavaUtilsApiDoc#write-properties write-properties]

----
===javadoc.browse===

Reply all
Reply to author
Forward
0 new messages