aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-08-21 11:44:12 -0700
committerTom Faulhaber <git_net@infolace.com>2009-08-21 11:44:12 -0700
commit452f0789ceee2b7be1c540561dd76cb25fa9bdcb (patch)
treea6ce9550f344920de3efbf395c3f030b7aabea79
parent1487c1a94922ff4506b03b2e3622a20d7c5bef92 (diff)
Updated documentation for commit a0cadf5768c4cb1ce0cbeb23a264246bd82fe151
-rw-r--r--api-index.json24
-rw-r--r--java-utils-api.html22
2 files changed, 23 insertions, 23 deletions
diff --git a/api-index.json b/api-index.json
index f9f692ce..81feddc6 100644
--- a/api-index.json
+++ b/api-index.json
@@ -237,7 +237,7 @@
"author":"Stuart Sierra",
"doc":"Utilities for working with Java JAR files"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj",
+ "http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj",
"wiki-url":
"http://richhickey.github.com/clojure-contrib/java-utils-api.html",
"name":"clojure.contrib.java-utils",
@@ -2507,7 +2507,7 @@
"Returns true if file is a normal file with a .jar or .JAR extension.",
"name":"jar-file?"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L75",
+ "http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L75",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//java-utils-api.html#java-utils/as-file",
"namespace":"clojure.contrib.java-utils",
@@ -2515,7 +2515,7 @@
"Interpret a String or a java.io.File as a File. Building block\nfor clojure.contrib.java-utils/file, which you should prefer\nin most cases.",
"name":"as-file"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L160",
+ "http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L152",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//java-utils-api.html#java-utils/as-properties",
"namespace":"clojure.contrib.java-utils",
@@ -2524,7 +2524,7 @@
"Convert any seq of pairs to a java.utils.Properties instance.\nUses as-str to convert both keys and values into strings.",
"name":"as-properties"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L100",
+ "http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L92",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//java-utils-api.html#java-utils/as-str",
"namespace":"clojure.contrib.java-utils",
@@ -2533,7 +2533,7 @@
"Like clojure.core/str, but if an argument is a keyword or symbol,\nits name will be used instead of its literal representation.\n\nExample:\n (str :foo :bar) ;;=> \":foo:bar\"\n (as-str :foo :bar) ;;=> \"foobar\" \n\nNote that this does not apply to keywords or symbols nested within\ndata structures; they will be rendered as with str.\n\nExample:\n (str {:foo :bar}) ;;=> \"{:foo :bar}\"\n (as-str {:foo :bar}) ;;=> \"{:foo :bar}\" ",
"name":"as-str"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L186",
+ "http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L178",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//java-utils-api.html#java-utils/as-url",
"namespace":"clojure.contrib.java-utils",
@@ -2541,7 +2541,7 @@
"doc":"Coerces argument (URL, URI, or String) to a java.net.URL.",
"name":"as-url"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L83",
+ "http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L83",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//java-utils-api.html#java-utils/file",
"namespace":"clojure.contrib.java-utils",
@@ -2550,7 +2550,7 @@
"doc":"Returns a java.io.File from string or file args.",
"name":"file"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L125",
+ "http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L117",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//java-utils-api.html#java-utils/get-system-property",
"namespace":"clojure.contrib.java-utils",
@@ -2558,7 +2558,7 @@
"doc":"Get a system property.",
"name":"get-system-property"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L170",
+ "http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L162",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//java-utils-api.html#java-utils/read-properties",
"namespace":"clojure.contrib.java-utils",
@@ -2566,7 +2566,7 @@
"doc":"Read properties from file-able.",
"name":"read-properties"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L62",
+ "http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L62",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//java-utils-api.html#java-utils/relative-path-string",
"namespace":"clojure.contrib.java-utils",
@@ -2574,7 +2574,7 @@
"Interpret a String or java.io.File as a relative path string. \nBuilding block for clojure.contrib.java-utils/file.",
"name":"relative-path-string"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L132",
+ "http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L124",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//java-utils-api.html#java-utils/set-system-properties",
"namespace":"clojure.contrib.java-utils",
@@ -2582,7 +2582,7 @@
"doc":"Set some system properties. Nil clears a property.",
"name":"set-system-properties"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L140",
+ "http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L132",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//java-utils-api.html#java-utils/with-system-properties",
"namespace":"clojure.contrib.java-utils",
@@ -2591,7 +2591,7 @@
"setting => property-name value\n\nSets the system properties to the supplied values, executes the body, and\nsets the properties back to their original values. Values of nil are\ntranslated to a clearing of the property.",
"name":"with-system-properties"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L177",
+ "http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L169",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//java-utils-api.html#java-utils/write-properties",
"namespace":"clojure.contrib.java-utils",
diff --git a/java-utils-api.html b/java-utils-api.html
index f25aa3e7..5e562a2f 100644
--- a/java-utils-api.html
+++ b/java-utils-api.html
@@ -101,7 +101,7 @@ by <span id="author">Unknown</span><br />
<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/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L75" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L75" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -111,7 +111,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/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L160" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L152" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -134,7 +134,7 @@ data structures; they will be rendered as with str.
Example:
(str {:foo :bar}) ;;=&gt; "{:foo :bar}"
(as-str {:foo :bar}) ;;=&gt; "{:foo :bar}" </pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L100" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L92" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -143,7 +143,7 @@ Example:
<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/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L186" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L178" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -154,7 +154,7 @@ Example:
(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/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L83" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L83" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -164,7 +164,7 @@ Example:
(get-system-property stringable default)
</pre>
<pre id="var-docstr">Get a system property.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L125" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L117" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -173,7 +173,7 @@ Example:
<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/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L170" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L162" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -182,7 +182,7 @@ Example:
<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/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L62" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L62" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -191,7 +191,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/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L132" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L124" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -204,7 +204,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/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L140" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L132" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -214,7 +214,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/5dbecc380cbb65afff33648325f1e3b44b535143/src/clojure/contrib/java_utils.clj#L177" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/a0cadf5768c4cb1ce0cbeb23a264246bd82fe151/src/clojure/contrib/java_utils.clj#L169" id="var-source">Source</a>
</div>