diff options
Diffstat (limited to 'java-utils-api.html')
-rw-r--r-- | java-utils-api.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/java-utils-api.html b/java-utils-api.html index 9c501859..3b27ee5f 100644 --- a/java-utils-api.html +++ b/java-utils-api.html @@ -47,7 +47,7 @@ namespace. <!-- Temporary disclaimer --> <div style="background-color: #FF0000; font-weight: bold;"> NOTE: These autogen pages are still under development. - Not all links work. Not all formatting in done. + Not all links work. Not all formatting is done. Contact Tom Faulhaber (tomfaulhaber on github, gmail, etc.) with any questions. </div> @@ -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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/java_utils.clj#L75" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/java_utils.clj#L134" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/java_utils.clj#L92" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/java_utils.clj#L160" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/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 & 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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/java_utils.clj#L83" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/java_utils.clj#L99" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/java_utils.clj#L144" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/java_utils.clj#L62" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/java_utils.clj#L106" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/java_utils.clj#L114" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/java_utils.clj#L151" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/java_utils.clj#L151" id="var-source">Source</a> </div> |