summaryrefslogtreecommitdiff
path: root/java-utils-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-08-17 00:11:22 -0700
committerTom Faulhaber <git_net@infolace.com>2009-08-17 00:11:22 -0700
commit3ce40658ed003ba07d45f91e4e94a30d621274be (patch)
treecbb1f3d063c792c2022321a31b6eb0132f0db431 /java-utils-api.html
parente69a3d7ade498c867d234949b22c885286b44fa6 (diff)
Updated documentation for commit 44e4c23000a7cdee5395006dadc2eb1b58bc9b9d
Diffstat (limited to 'java-utils-api.html')
-rw-r--r--java-utils-api.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/java-utils-api.html b/java-utils-api.html
index 7bfacbe6..6cee06d3 100644
--- a/java-utils-api.html
+++ b/java-utils-api.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>clojure contrib - java-utils API reference</title>
+ <title>java-utils API reference (clojure.contrib)</title>
<link href="file/view/favicon.png" rel="icon" />
<link href="file/view/favicon.png" rel="shortcut icon" />
<link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" />
@@ -93,6 +93,7 @@ by <span id="author">Unknown</span><br />
<br />
<h2>Public Variables and Functions</h2>
<div id="var-entry">
+ <br />
<hr />
<h2 id="java-utils/as-file">as-file</h2>
<span id="var-type">multimethod</span><br />
@@ -102,6 +103,7 @@ for clojure.contrib.java-utils/file, which you should prefer
in most cases.</pre>
<a href="http://github.com/richhickey/clojure-contrib/blob/c2f2b43fa22e3759a1844a1715fb8a32b18e9f6f/src/clojure/contrib/java_utils.clj#L75" id="var-source">Source</a>
</div><div id="var-entry">
+ <br />
<hr />
<h2 id="java-utils/as-properties">as-properties</h2>
<span id="var-type">function</span><br />
@@ -111,6 +113,7 @@ in most cases.</pre>
Uses as-str to convert both keys and values into strings.</pre>
<a href="http://github.com/richhickey/clojure-contrib/blob/c2f2b43fa22e3759a1844a1715fb8a32b18e9f6f/src/clojure/contrib/java_utils.clj#L134" id="var-source">Source</a>
</div><div id="var-entry">
+ <br />
<hr />
<h2 id="java-utils/as-str">as-str</h2>
<span id="var-type">function</span><br />
@@ -119,6 +122,7 @@ Uses as-str to convert both keys and values into strings.</pre>
<pre id="var-docstr">Returns the name or string representation of x</pre>
<a href="http://github.com/richhickey/clojure-contrib/blob/c2f2b43fa22e3759a1844a1715fb8a32b18e9f6f/src/clojure/contrib/java_utils.clj#L92" id="var-source">Source</a>
</div><div id="var-entry">
+ <br />
<hr />
<h2 id="java-utils/as-url">as-url</h2>
<span id="var-type">multimethod</span><br />
@@ -127,6 +131,7 @@ Uses as-str to convert both keys and values into strings.</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/c2f2b43fa22e3759a1844a1715fb8a32b18e9f6f/src/clojure/contrib/java_utils.clj#L160" id="var-source">Source</a>
</div><div id="var-entry">
+ <br />
<hr />
<h2 id="java-utils/file">file</h2>
<span id="var-type">function</span><br />
@@ -137,6 +142,7 @@ Uses as-str to convert both keys and values into strings.</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/c2f2b43fa22e3759a1844a1715fb8a32b18e9f6f/src/clojure/contrib/java_utils.clj#L83" id="var-source">Source</a>
</div><div id="var-entry">
+ <br />
<hr />
<h2 id="java-utils/get-system-property">get-system-property</h2>
<span id="var-type">function</span><br />
@@ -146,6 +152,7 @@ Uses as-str to convert both keys and values into strings.</pre>
<pre id="var-docstr">Get a system property.</pre>
<a href="http://github.com/richhickey/clojure-contrib/blob/c2f2b43fa22e3759a1844a1715fb8a32b18e9f6f/src/clojure/contrib/java_utils.clj#L99" id="var-source">Source</a>
</div><div id="var-entry">
+ <br />
<hr />
<h2 id="java-utils/read-properties">read-properties</h2>
<span id="var-type">function</span><br />
@@ -154,6 +161,7 @@ Uses as-str to convert both keys and values into strings.</pre>
<pre id="var-docstr">Read properties from file-able.</pre>
<a href="http://github.com/richhickey/clojure-contrib/blob/c2f2b43fa22e3759a1844a1715fb8a32b18e9f6f/src/clojure/contrib/java_utils.clj#L144" id="var-source">Source</a>
</div><div id="var-entry">
+ <br />
<hr />
<h2 id="java-utils/relative-path-string">relative-path-string</h2>
<span id="var-type">multimethod</span><br />
@@ -162,6 +170,7 @@ Uses as-str to convert both keys and values into strings.</pre>
Building block for clojure.contrib.java-utils/file.</pre>
<a href="http://github.com/richhickey/clojure-contrib/blob/c2f2b43fa22e3759a1844a1715fb8a32b18e9f6f/src/clojure/contrib/java_utils.clj#L62" id="var-source">Source</a>
</div><div id="var-entry">
+ <br />
<hr />
<h2 id="java-utils/set-system-properties">set-system-properties</h2>
<span id="var-type">function</span><br />
@@ -170,6 +179,7 @@ Building block for clojure.contrib.java-utils/file.</pre>
<pre id="var-docstr">Set some system properties. Nil clears a property.</pre>
<a href="http://github.com/richhickey/clojure-contrib/blob/c2f2b43fa22e3759a1844a1715fb8a32b18e9f6f/src/clojure/contrib/java_utils.clj#L106" id="var-source">Source</a>
</div><div id="var-entry">
+ <br />
<hr />
<h2 id="java-utils/with-system-properties">with-system-properties</h2>
<span id="var-type">macro</span><br />
@@ -182,6 +192,7 @@ 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/c2f2b43fa22e3759a1844a1715fb8a32b18e9f6f/src/clojure/contrib/java_utils.clj#L114" id="var-source">Source</a>
</div><div id="var-entry">
+ <br />
<hr />
<h2 id="java-utils/write-properties">write-properties</h2>
<span id="var-type">function</span><br />