Other fodder: http://cvs.apache.org/viewcvs.cgi/incubator-geronimo/modules/core/src/java/org/apache/geronimo/core/util/ClassUtil.java?rev=HEAD&content-type=text/vnd.viewcvs-markup
a ClassUtils with a little bit of interest. Hen On Tue, 12 Aug 2003, Henri Yandell wrote: > > Just took a look at the source for geronimo [apache j2ee thingy]. Yet > another String library etc etc :) > > http://cvs.apache.org/viewcvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/ > > So.... a source of input to lang methinks. And a nice document to the Geri > chaps to let them know that all their stuff is in Lang. > > Summary so far: > > CloneableObject i like > NullArgumentException we've talked about this > UnreachableStatementException not convinced > Strings yet-another-StringUtils > EMPTY = "" > NEWLINE = LINE_SEPARATOR > A series of subst() methods. Akin to replace but with some odd variants. > Range inner class. Basically just IntRange. Used in an odd rangeOf method. > split, join, count, pad, compare, isEmpty, capitalize, trim(String[]) > nthIndexOf [pretty sure we have this] > toURL [booo] > makeURLFromFileSpec [booo] > > and then in a sub-package platform: > > Constants [SystemUtils basically] > > Hen > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
