diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-12-02 22:59:28 -0800 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-12-02 22:59:28 -0800 |
commit | 384311a25aa3bb07b440acdc4bdb1d0500a4ef2c (patch) | |
tree | 0347b230ce099415444258c923ce9080694d49c5 /java-utils-api.html | |
parent | 41799997c83329b9a620b72b1ddb68107cbe2832 (diff) |
Manual (forced) documentation build for commit b902ebe3c80ec86d4f80f8cce6d2faabc8da5278
Diffstat (limited to 'java-utils-api.html')
-rw-r--r-- | java-utils-api.html | 70 |
1 files changed, 34 insertions, 36 deletions
diff --git a/java-utils-api.html b/java-utils-api.html index 1420dd39..cce7667e 100644 --- a/java-utils-api.html +++ b/java-utils-api.html @@ -1,6 +1,6 @@ <html> <head> - <title>java-utils API reference (clojure.contrib)</title> + <title>java-utils API reference (Clojure-contrib)</title> <link href="static/favicon.png" rel="icon" /> <link href="static/favicon.png" rel="shortcut icon" /> <link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" /> @@ -15,7 +15,7 @@ <![endif]--> </head> <!-- -This document was auto-generated from the clojure.contrib source by contrib-autodoc. +This document was auto-generated from the source by the clojure autodoc system. 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 @@ -25,7 +25,7 @@ namespace. <div id="AllContentContainer"> <div id="Header"> <a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="static/clojure-icon.gif" /></a> - <h1><a title="Clojure-contrib" href="index.html">Clojure-contrib</a></h1> + <h1><a title="page header title" id="page-header" href="index.html">Clojure-contrib</a></h1> </div> <div id="leftcolumn"><div><div style="text-align: center;"></div> <div class="menu"> @@ -48,35 +48,35 @@ namespace. <div style="margin-left: 1em;" class="toc-section"> <a href="#toc0">Overview</a> <div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/as-file">as-file</a> + <a href="#clojure.contrib.java-utils/as-file">as-file</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/as-properties">as-properties</a> + <a href="#clojure.contrib.java-utils/as-properties">as-properties</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/as-str">as-str</a> + <a href="#clojure.contrib.java-utils/as-str">as-str</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/as-url">as-url</a> + <a href="#clojure.contrib.java-utils/as-url">as-url</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/delete-file">delete-file</a> + <a href="#clojure.contrib.java-utils/delete-file">delete-file</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/delete-file-recursively">delete-file-recursively</a> + <a href="#clojure.contrib.java-utils/delete-file-recursively">delete-file-recursively</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/file">file</a> + <a href="#clojure.contrib.java-utils/file">file</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/get-system-property">get-system-property</a> + <a href="#clojure.contrib.java-utils/get-system-property">get-system-property</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/read-properties">read-properties</a> + <a href="#clojure.contrib.java-utils/read-properties">read-properties</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/relative-path-string">relative-path-string</a> + <a href="#clojure.contrib.java-utils/relative-path-string">relative-path-string</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/set-system-properties">set-system-properties</a> + <a href="#clojure.contrib.java-utils/set-system-properties">set-system-properties</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/wall-hack-field">wall-hack-field</a> + <a href="#clojure.contrib.java-utils/wall-hack-field">wall-hack-field</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/wall-hack-method">wall-hack-method</a> + <a href="#clojure.contrib.java-utils/wall-hack-method">wall-hack-method</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/with-system-properties">with-system-properties</a> + <a href="#clojure.contrib.java-utils/with-system-properties">with-system-properties</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#java-utils/write-properties">write-properties</a> + <a href="#clojure.contrib.java-utils/write-properties">write-properties</a> </div> <br /> </div> @@ -96,7 +96,7 @@ by <span id="author">Unknown</span><br /> <div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/as-file">as-file</h2> + <h2 id="clojure.contrib.java-utils/as-file">as-file</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">Interpret a String or a java.io.File as a File. Building block @@ -106,7 +106,7 @@ in most cases.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/as-properties">as-properties</h2> + <h2 id="clojure.contrib.java-utils/as-properties">as-properties</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (as-properties m) </pre> @@ -116,7 +116,7 @@ Uses as-str to convert both keys and values into strings.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/as-str">as-str</h2> + <h2 id="clojure.contrib.java-utils/as-str">as-str</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (as-str) (as-str x) @@ -139,7 +139,7 @@ Example: </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/as-url">as-url</h2> + <h2 id="clojure.contrib.java-utils/as-url">as-url</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">Usage: (as-url arg) </pre> @@ -148,7 +148,7 @@ Example: </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/delete-file">delete-file</h2> + <h2 id="clojure.contrib.java-utils/delete-file">delete-file</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (delete-file f & [silently]) </pre> @@ -157,7 +157,7 @@ Example: </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/delete-file-recursively">delete-file-recursively</h2> + <h2 id="clojure.contrib.java-utils/delete-file-recursively">delete-file-recursively</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (delete-file-recursively f & [silently]) </pre> @@ -167,7 +167,7 @@ Raise an exception if any deletion fails unless silently is true.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/file">file</h2> + <h2 id="clojure.contrib.java-utils/file">file</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (file arg) (file parent child) @@ -178,7 +178,7 @@ Raise an exception if any deletion fails unless silently is true.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/get-system-property">get-system-property</h2> + <h2 id="clojure.contrib.java-utils/get-system-property">get-system-property</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (get-system-property stringable) (get-system-property stringable default) @@ -188,7 +188,7 @@ Raise an exception if any deletion fails unless silently is true.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/read-properties">read-properties</h2> + <h2 id="clojure.contrib.java-utils/read-properties">read-properties</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (read-properties file-able) </pre> @@ -197,7 +197,7 @@ Raise an exception if any deletion fails unless silently is true.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/relative-path-string">relative-path-string</h2> + <h2 id="clojure.contrib.java-utils/relative-path-string">relative-path-string</h2> <span id="var-type">multimethod</span><br /> <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. @@ -206,7 +206,7 @@ Building block for clojure.contrib.java-utils/file.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/set-system-properties">set-system-properties</h2> + <h2 id="clojure.contrib.java-utils/set-system-properties">set-system-properties</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (set-system-properties settings) </pre> @@ -215,7 +215,7 @@ Building block for clojure.contrib.java-utils/file.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/wall-hack-field">wall-hack-field</h2> + <h2 id="clojure.contrib.java-utils/wall-hack-field">wall-hack-field</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (wall-hack-field class-name field-name obj) </pre> @@ -224,7 +224,7 @@ Building block for clojure.contrib.java-utils/file.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/wall-hack-method">wall-hack-method</h2> + <h2 id="clojure.contrib.java-utils/wall-hack-method">wall-hack-method</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (wall-hack-method class-name method-name params obj & args) </pre> @@ -236,7 +236,7 @@ the method name is given as a symbol or a keyword (something Named)</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/with-system-properties">with-system-properties</h2> + <h2 id="clojure.contrib.java-utils/with-system-properties">with-system-properties</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (with-system-properties settings & body) </pre> @@ -249,7 +249,7 @@ translated to a clearing of the property.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="java-utils/write-properties">write-properties</h2> + <h2 id="clojure.contrib.java-utils/write-properties">write-properties</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (write-properties m file-able) (write-properties m file-able comments) @@ -265,9 +265,7 @@ translated to a clearing of the property.</pre> </div> </div> <div id="foot"> - <div style="text-align: center;"> - Copyright 2008-2009 Rich Hickey and the various contributors - </div> + <div style="text-align: center;" id="copyright">Copyright 2007-2009 by Rich Hickey and the various contributors</div> </div> </div> <div id="DesignedBy">Logo & site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br /> |