summaryrefslogtreecommitdiff
path: root/java-utils-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-07-30 21:30:28 -0700
committerTom Faulhaber <git_net@infolace.com>2009-07-30 21:30:28 -0700
commit701e5d00a7053ed35825718b196dbfffb6d53825 (patch)
treee7afe8276fa280a65268b02f55e1d3fbe104a312 /java-utils-api.html
parent8b80c49a4eae83d09003fcbfbe78c261398fb287 (diff)
Updated documentation for commit acbd2097ddfbe5db48b486b6b706bdb59d412a69
Diffstat (limited to 'java-utils-api.html')
-rw-r--r--java-utils-api.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/java-utils-api.html b/java-utils-api.html
index 7efdae73..770fff20 100644
--- a/java-utils-api.html
+++ b/java-utils-api.html
@@ -119,7 +119,7 @@ let me (Stu) and the Clojure community know via the mailing list.</pre>
<pre id="var-docstr">Interpret a String or a java.io.File as a File. Building block
for clojure.contrib.java-utils/file, which you should prefer
in most cases.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/java_utils.clj#L75" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/java_utils.clj#L75" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="java-utils/as-properties">as-properties</h2>
@@ -128,7 +128,7 @@ in most cases.</pre>
</pre>
<pre id="var-docstr">Convert any seq of pairs to a java.utils.Properties instance.
Uses as-str to convert both keys and values into strings.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/java_utils.clj#L134" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/java_utils.clj#L134" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="java-utils/as-str">as-str</h2>
@@ -136,7 +136,7 @@ Uses as-str to convert both keys and values into strings.</pre>
<pre id="var-usage">Usage: (as-str x)
</pre>
<pre id="var-docstr">Returns the name or string representation of x</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/java_utils.clj#L92" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/java_utils.clj#L92" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="java-utils/as-url">as-url</h2>
@@ -144,7 +144,7 @@ Uses as-str to convert both keys and values into strings.</pre>
<pre id="var-usage">Usage: (as-url arg)
</pre>
<pre id="var-docstr">Coerces argument (URL, URI, or String) to a java.net.URL.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/java_utils.clj#L160" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/java_utils.clj#L160" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="java-utils/file">file</h2>
@@ -154,7 +154,7 @@ Uses as-str to convert both keys and values into strings.</pre>
(file parent child &amp; more)
</pre>
<pre id="var-docstr">Returns a java.io.File from string or file args.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/java_utils.clj#L83" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/java_utils.clj#L83" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="java-utils/get-system-property">get-system-property</h2>
@@ -163,7 +163,7 @@ Uses as-str to convert both keys and values into strings.</pre>
(get-system-property stringable default)
</pre>
<pre id="var-docstr">Get a system property.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/java_utils.clj#L99" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/java_utils.clj#L99" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="java-utils/read-properties">read-properties</h2>
@@ -171,7 +171,7 @@ Uses as-str to convert both keys and values into strings.</pre>
<pre id="var-usage">Usage: (read-properties file-able)
</pre>
<pre id="var-docstr">Read properties from file-able.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/java_utils.clj#L144" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/java_utils.clj#L144" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="java-utils/relative-path-string">relative-path-string</h2>
@@ -179,7 +179,7 @@ Uses as-str to convert both keys and values into strings.</pre>
<pre id="var-usage">No usage documentation available</pre>
<pre id="var-docstr">Interpret a String or java.io.File as a relative path string.
Building block for clojure.contrib.java-utils/file.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/java_utils.clj#L62" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/java_utils.clj#L62" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="java-utils/set-system-properties">set-system-properties</h2>
@@ -187,7 +187,7 @@ Building block for clojure.contrib.java-utils/file.</pre>
<pre id="var-usage">Usage: (set-system-properties settings)
</pre>
<pre id="var-docstr">Set some system properties. Nil clears a property.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/java_utils.clj#L106" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/java_utils.clj#L106" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="java-utils/with-system-properties">with-system-properties</h2>
@@ -199,7 +199,7 @@ Building block for clojure.contrib.java-utils/file.</pre>
Sets the system properties to the supplied values, executes the body, and
sets the properties back to their original values. Values of nil are
translated to a clearing of the property.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/java_utils.clj#L114" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/java_utils.clj#L114" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="java-utils/write-properties">write-properties</h2>
@@ -208,7 +208,7 @@ translated to a clearing of the property.</pre>
(write-properties m file-able comments)
</pre>
<pre id="var-docstr">Write properties to file-able.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/java_utils.clj#L151" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/java_utils.clj#L151" id="var-source">Source</a>
</div>