From 8620bcb15e5ba65147002e1ebbec0b4ce4592091 Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Thu, 23 Jul 2009 11:30:18 -0700 Subject: "Updated documentation for commit e20e8effe977640592b1f285d6c666492d74df00" --- java-utils-api.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'java-utils-api.html') 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.
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.
@@ -119,7 +119,7 @@ let me (Stu) and the Clojure community know via the mailing list.
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

@@ -128,7 +128,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

@@ -136,7 +136,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

@@ -144,7 +144,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

@@ -154,7 +154,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

@@ -163,7 +163,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

@@ -171,7 +171,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

@@ -179,7 +179,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

@@ -187,7 +187,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

@@ -199,7 +199,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

@@ -208,7 +208,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