Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jakarta-commons-lang: Jakarta Commons Lang Package
- Summary
- The standard Java libraries fail to provide enough methods for
manipulation of its core classes. The Commons Lang Component provides
these extra methods.
The Commons Lang Component provides a host of helper utilities for the
java.lang API, notably String manipulation methods, basic numerical
methods, object reflection, creation and serialization, and System
properties. Additionally it contains an inheritable enum type, an
exception structure that supports multiple types of nested-Exceptions
and a series of utlities dedicated to help with building methods, such
as hashCode, toString and equals.
Changelog
- * Sat Aug 20 10:00:00 2005 Ville Skyttä <scop at jpackage.org> - 0:2.1-1jpp
-
- 2.1, javadoc crosslink patch applied upstream.
- Use the %ant macro.
- * Mon Aug 23 10:00:00 2004 Randy Watler <rwatler at finali.com> - 0:2.0-2jpp
-
- Rebuild with ant-1.6.2
- * Sun Oct 12 10:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.0-1jpp
-
- Update to 2.0.
- Add non-versioned javadocs dir symlink.
- Crosslink with local J2SE javadocs.
- Convert specfile to UTF-8.