diff options
Diffstat (limited to 'properties-api.html')
-rw-r--r-- | properties-api.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/properties-api.html b/properties-api.html index b54f7138..c2e3aa67 100644 --- a/properties-api.html +++ b/properties-api.html @@ -80,6 +80,8 @@ by <span id="author">Unknown</span><br /> </pre><pre> </pre><h2>Overview</h2> <pre id="namespace-docstr"></pre> + + <br /> <h2>Public Variables and Functions</h2> <div id="var-entry"> @@ -91,6 +93,8 @@ by <span id="author">Unknown</span><br /> </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/bacf49256673242bb7ce09b9f5983c27163e5bfc/src/main/clojure/clojure/contrib/properties.clj#L50" id="var-source">Source</a> </div><div id="var-entry"> <br /> @@ -101,6 +105,8 @@ Uses as-str to convert both keys and values into strings.</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/bacf49256673242bb7ce09b9f5983c27163e5bfc/src/main/clojure/clojure/contrib/properties.clj#L15" id="var-source">Source</a> </div><div id="var-entry"> <br /> @@ -110,6 +116,8 @@ Uses as-str to convert both keys and values into strings.</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/bacf49256673242bb7ce09b9f5983c27163e5bfc/src/main/clojure/clojure/contrib/properties.clj#L60" id="var-source">Source</a> </div><div id="var-entry"> <br /> @@ -119,6 +127,8 @@ Uses as-str to convert both keys and values into strings.</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/bacf49256673242bb7ce09b9f5983c27163e5bfc/src/main/clojure/clojure/contrib/properties.clj#L22" id="var-source">Source</a> </div><div id="var-entry"> <br /> @@ -132,6 +142,8 @@ Uses as-str to convert both keys and values into strings.</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/bacf49256673242bb7ce09b9f5983c27163e5bfc/src/main/clojure/clojure/contrib/properties.clj#L30" id="var-source">Source</a> </div><div id="var-entry"> <br /> @@ -142,6 +154,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/bacf49256673242bb7ce09b9f5983c27163e5bfc/src/main/clojure/clojure/contrib/properties.clj#L67" id="var-source">Source</a> </div> |