From c4023aa6b8182bc91e863f5c241fcead910fed76 Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Fri, 30 Apr 2010 19:25:52 -0700 Subject: Somehow we dropped the source links. They're back now. --- branch-1.1.x/java-utils-api.html | 54 ++++++++++++++-------------------------- 1 file changed, 18 insertions(+), 36 deletions(-) (limited to 'branch-1.1.x/java-utils-api.html') diff --git a/branch-1.1.x/java-utils-api.html b/branch-1.1.x/java-utils-api.html index fecedac7..8a19c45b 100644 --- a/branch-1.1.x/java-utils-api.html +++ b/branch-1.1.x/java-utils-api.html @@ -40,7 +40,7 @@ namespace. API Index
Namespaces: @@ -90,32 +90,14 @@ namespace.

API for java-utils (1.1.x branch)

-by Stuart Halloway, Stephen C. Gilardi, Shawn Hoover, Perry Trolard, Stuart Sierra
+by Unknown

Usage:
 (ns your-namespace
   (:require clojure.contrib.java-utils))
 
 

Overview

-
A set of utilties for dealing with Java stuff like files and properties.
-
-Design goals:
-
-(1) Ease-of-use. These APIs should be convenient. Performance is secondary.
-
-(2) Duck typing. I hate having to think about the difference between
-    a string that names a file, and a File. Ditto for a ton of other 
-    wrapper classes in the Java world (URL, InternetAddress). With these
-    APIs you should be able to think about domain equivalence, not type
-    equivalence.
-
-(3) No bossiness. I am not marking any of these functions as private
-    the docstrings will tell you the intended usage but do what works for you. 					
-
-Feedback welcome!
-
-If something in this module violates the principle of least surprise, please 
-let me (Stu) and the Clojure community know via the mailing list.
+

 
 
 
@@ -131,7 +113,7 @@ for clojure.contrib.java-utils/file, which you should prefer in most cases. - + Source


@@ -143,7 +125,7 @@ in most cases. Uses as-str to convert both keys and values into strings. - + Source


@@ -168,7 +150,7 @@ Example: (as-str {:foo :bar}) ;;=> "{:foo :bar}" - + Source


@@ -179,7 +161,7 @@ Example:
Coerces argument (URL, URI, or String) to a java.net.URL.
- + Source


@@ -190,7 +172,7 @@ Example:
Delete file f. Raise an exception if it fails unless silently is true.
- + Source


@@ -202,7 +184,7 @@ Example: Raise an exception if any deletion fails unless silently is true. - + Source


@@ -215,7 +197,7 @@ Raise an exception if any deletion fails unless silently is true.
Returns a java.io.File from string or file args.
- + Source


@@ -227,7 +209,7 @@ Raise an exception if any deletion fails unless silently is true.
Get a system property.
- + Source


@@ -238,7 +220,7 @@ Raise an exception if any deletion fails unless silently is true.
Read properties from file-able.
- + Source


@@ -249,7 +231,7 @@ Raise an exception if any deletion fails unless silently is true. Building block for clojure.contrib.java-utils/file. - + Source


@@ -260,7 +242,7 @@ Building block for clojure.contrib.java-utils/file.
Set some system properties. Nil clears a property.
- + Source


@@ -271,7 +253,7 @@ Building block for clojure.contrib.java-utils/file.
Access to private or protected field.
- + Source


@@ -285,7 +267,7 @@ obj is nil for static methods, the instance object otherwise the method name is given as a symbol or a keyword (something Named) - + Source


@@ -300,7 +282,7 @@ sets the properties back to their original values. Values of nil are translated to a clearing of the property. - + Source


@@ -312,7 +294,7 @@ translated to a clearing of the property.
Write properties to file-able.
- + Source
-- cgit v1.2.3-70-g09d2