summaryrefslogtreecommitdiff
path: root/java-utils-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-12-03 22:39:06 -0800
committerTom Faulhaber <git_net@infolace.com>2009-12-03 22:39:06 -0800
commit332c0a75ad36864f310d2b1ea8d15c853ce4af93 (patch)
tree7f6f0b98189a0b1f8125d0ba499857f12b0b3128 /java-utils-api.html
parent7e719dcae18c72eac61bd526f7222e3beaf6ecf6 (diff)
Manual (forced) documentation build for commit b902ebe3c80ec86d4f80f8cce6d2faabc8da5278
Diffstat (limited to 'java-utils-api.html')
-rw-r--r--java-utils-api.html45
1 files changed, 30 insertions, 15 deletions
diff --git a/java-utils-api.html b/java-utils-api.html
index cce7667e..6bef2da7 100644
--- a/java-utils-api.html
+++ b/java-utils-api.html
@@ -102,7 +102,8 @@ 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/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L75" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L75" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -112,7 +113,8 @@ 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/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L152" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L152" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -135,7 +137,8 @@ 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/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L92" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L92" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -144,7 +147,8 @@ 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/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L195" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L195" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -153,7 +157,8 @@ Example:
<pre id="var-usage">Usage: (delete-file f &amp; [silently])
</pre>
<pre id="var-docstr">Delete file f. Raise an exception if it fails unless silently is true.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L178" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L178" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -163,7 +168,8 @@ Example:
</pre>
<pre id="var-docstr">Delete file f. If it's a directory, recursively delete all its contents.
Raise an exception if any deletion fails unless silently is true.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L185" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L185" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -174,7 +180,8 @@ Raise an exception if any deletion fails unless silently is true.</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/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L83" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L83" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -184,7 +191,8 @@ Raise an exception if any deletion fails unless silently is true.</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/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L117" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L117" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -193,7 +201,8 @@ Raise an exception if any deletion fails unless silently is true.</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/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L162" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L162" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -202,7 +211,8 @@ Raise an exception if any deletion fails unless silently is true.</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/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L62" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L62" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -211,7 +221,8 @@ 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/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L124" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L124" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -220,7 +231,8 @@ Building block for clojure.contrib.java-utils/file.</pre>
<pre id="var-usage">Usage: (wall-hack-field class-name field-name obj)
</pre>
<pre id="var-docstr">Access to private or protected field.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L218" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L218" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -232,7 +244,8 @@ Building block for clojure.contrib.java-utils/file.</pre>
params is a vector of class which correspond to the arguments to the method
obj is nil for static methods, the instance object otherwise
the method name is given as a symbol or a keyword (something Named)</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L208" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L208" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -245,7 +258,8 @@ the method name is given as a symbol or a keyword (something Named)</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/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L132" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L132" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -255,7 +269,8 @@ 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/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L169" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L169" id="var-source">Source</a>
</div>