From eedcd380e189acf27436f7596caca3931b972178 Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Sat, 15 Aug 2009 13:32:55 -0700 Subject: Updated documentation for commit c2f2b43fa22e3759a1844a1715fb8a32b18e9f6f --- java-utils-api.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'java-utils-api.html') diff --git a/java-utils-api.html b/java-utils-api.html index c6c87ac5..7bfacbe6 100644 --- a/java-utils-api.html +++ b/java-utils-api.html @@ -100,7 +100,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

as-properties

@@ -109,7 +109,7 @@ in most cases.
Convert any seq of pairs to a java.utils.Properties instance.
 Uses as-str to convert both keys and values into strings.
- Source + Source

as-str

@@ -117,7 +117,7 @@ Uses as-str to convert both keys and values into strings.
Usage: (as-str x)
 
Returns the name or string representation of x
- Source + Source

as-url

@@ -125,7 +125,7 @@ Uses as-str to convert both keys and values into strings.
Usage: (as-url arg)
 
Coerces argument (URL, URI, or String) to a java.net.URL.
- Source + Source

file

@@ -135,7 +135,7 @@ Uses as-str to convert both keys and values into strings. (file parent child & more)
Returns a java.io.File from string or file args.
- Source + Source

get-system-property

@@ -144,7 +144,7 @@ Uses as-str to convert both keys and values into strings. (get-system-property stringable default)
Get a system property.
- Source + Source

read-properties

@@ -152,7 +152,7 @@ Uses as-str to convert both keys and values into strings.
Usage: (read-properties file-able)
 
Read properties from file-able.
- Source + Source

relative-path-string

@@ -160,7 +160,7 @@ Uses as-str to convert both keys and values into strings.
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

set-system-properties

@@ -168,7 +168,7 @@ Building block for clojure.contrib.java-utils/file.
Usage: (set-system-properties settings)
 
Set some system properties. Nil clears a property.
- Source + Source

with-system-properties

@@ -180,7 +180,7 @@ Building block for clojure.contrib.java-utils/file. 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

write-properties

@@ -189,7 +189,7 @@ translated to a clearing of the property. (write-properties m file-able comments)
Write properties to file-able.
- Source + Source
-- cgit v1.2.3-70-g09d2