diff options
author | znerd <znerd@FreeBSD.org> | 2002-10-19 04:09:46 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-10-19 04:09:46 +0800 |
commit | c767fa0ede1e9243a70e5c665bfcb17dbe09746e (patch) | |
tree | 48514dd28ee3f9ca642896992325b57fe1469c86 /java/jakarta-commons-lang/pkg-descr | |
parent | 676d7a421a8a00bd3710bceb8347c232e0a656b2 (diff) | |
download | freebsd-ports-gnome-c767fa0ede1e9243a70e5c665bfcb17dbe09746e.tar.gz freebsd-ports-gnome-c767fa0ede1e9243a70e5c665bfcb17dbe09746e.tar.zst freebsd-ports-gnome-c767fa0ede1e9243a70e5c665bfcb17dbe09746e.zip |
New port: Jakarta Commons Lang.
See:
http://jakarta.apache.org/commons/lang.html
Diffstat (limited to 'java/jakarta-commons-lang/pkg-descr')
-rw-r--r-- | java/jakarta-commons-lang/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jakarta-commons-lang/pkg-descr b/java/jakarta-commons-lang/pkg-descr new file mode 100644 index 000000000000..b4df88f0f888 --- /dev/null +++ b/java/jakarta-commons-lang/pkg-descr @@ -0,0 +1,13 @@ +The standard Java libraries fail to provide enough methods for +manipulation of its core classes. The Lang Component provides +these extra methods. + +The 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. + +WWW: http://jakarta.apache.org/commons/lang.html |