aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/java_utils.clj
AgeCommit message (Collapse)Author
2009-11-07add wall-hack-method and wall-hack-field. fixes #43Kevin Downey
Signed-off-by: Chouser <chouser@n01se.net>
2009-10-28java-utils: Add delete-file and delete-file-recursively functionsPhil Hagelberg
Also added test for delete-file. Refs #33 Signed-off-by: Chouser <chouser@n01se.net>
2009-08-23Merge branch 'master' of git@github.com:richhickey/clojure-contribStuart Halloway
2009-08-21java_utils.clj Correct previous commit with duplicate definition of as-strStuart Sierra
2009-08-21java_utils.clj: made as-str variadic like str, fixes #18Stuart Sierra
This commit also includes tests for this function.
2009-08-17Merge branch 'master' of git@github.com:richhickey/clojure-contribStuart Halloway
2009-08-15java_utils.clj: added type hints to avoid reflectionStuart Sierra
2009-08-15as-url addition from James ReevesStuart Halloway
2009-06-08java_utils.clj: added as-url multimethodStuart Sierra
2009-05-04Lots 'o doc stringsTom Faulhaber
2009-04-10Stuart S's suggestions for propertiesStuart Halloway
2009-04-09added Perry Trolard's properties helpersStuart Halloway
added tests that use a fixture dir (we should standardize on something here)
2009-04-09breaking change: rename the-str to as-strStuart Halloway
2009-04-05java-util: the-str and with-system-propertiesStuart Halloway
2009-04-05java-utils: fileStuart Halloway