From 071b4fa1320276456f0ff78d504eda2d4de7d7af Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Fri, 4 Dec 2009 06:50:25 -0800 Subject: Manual (forced) documentation build for commit b902ebe3c80ec86d4f80f8cce6d2faabc8da5278 --- java-utils-api.html | 45 +++++++++++++++------------------------------ 1 file changed, 15 insertions(+), 30 deletions(-) (limited to 'java-utils-api.html') diff --git a/java-utils-api.html b/java-utils-api.html index 6bef2da7..cce7667e 100644 --- a/java-utils-api.html +++ b/java-utils-api.html @@ -102,8 +102,7 @@ by Unknown
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.
- Source + Source


@@ -113,8 +112,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj
Convert any seq of pairs to a java.utils.Properties instance.
 Uses as-str to convert both keys and values into strings.
- Source + Source


@@ -137,8 +135,7 @@ data structures; they will be rendered as with str. Example: (str {:foo :bar}) ;;=> "{:foo :bar}" (as-str {:foo :bar}) ;;=> "{:foo :bar}" - Source + Source


@@ -147,8 +144,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj
Usage: (as-url arg)
 
Coerces argument (URL, URI, or String) to a java.net.URL.
- Source + Source


@@ -157,8 +153,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj
Usage: (delete-file f & [silently])
 
Delete file f. Raise an exception if it fails unless silently is true.
- Source + Source


@@ -168,8 +163,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj
Delete file f. If it's a directory, recursively delete all its contents.
 Raise an exception if any deletion fails unless silently is true.
- Source + Source


@@ -180,8 +174,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj (file parent child & more)
Returns a java.io.File from string or file args.
- Source + Source


@@ -191,8 +184,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj (get-system-property stringable default)
Get a system property.
- Source + Source


@@ -201,8 +193,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj
Usage: (read-properties file-able)
 
Read properties from file-able.
- Source + Source


@@ -211,8 +202,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj
No usage documentation available
Interpret a String or java.io.File as a relative path string. 
 Building block for clojure.contrib.java-utils/file.
- Source + Source


@@ -221,8 +211,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj
Usage: (set-system-properties settings)
 
Set some system properties. Nil clears a property.
- Source + Source


@@ -231,8 +220,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj
Usage: (wall-hack-field class-name field-name obj)
 
Access to private or protected field.
- Source + Source


@@ -244,8 +232,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj 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) - Source + Source


@@ -258,8 +245,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj 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. - Source + Source


@@ -269,8 +255,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj (write-properties m file-able comments)
Write properties to file-able.
- Source + Source
-- cgit v1.2.3-70-g09d2