Class names updated and new classes added.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136936 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f0a5f0e8aa
commit
df7a930dcf
20
STATUS.html
20
STATUS.html
|
@ -7,7 +7,7 @@
|
|||
|
||||
<div align="center">
|
||||
<h1>The Jakarta Commons <em>Lang</em> Component</h1>
|
||||
$Id: STATUS.html,v 1.1 2002/07/19 03:35:53 bayard Exp $<br />
|
||||
$Id: STATUS.html,v 1.2 2002/07/19 04:27:31 bayard Exp $<br />
|
||||
<a href="#Introduction">[Introduction]</a>
|
||||
<a href="#Dependencies">[Dependencies]</a>
|
||||
<a href="#Release Info">[Release Info]</a>
|
||||
|
@ -25,10 +25,14 @@ helper methods for standard Java classes, especially those found in the
|
|||
java.lang package in the Sun JDK.
|
||||
The following classes are included:</p>
|
||||
<ul>
|
||||
<li><strong>Strings</strong> - Helper for java.lang.String.</li>
|
||||
<li><strong>Numbers</strong> - Helper for java.lang.Number and its subclasses.</li>
|
||||
<li><strong>Objects</strong> - Helper for creating any Object.</li>
|
||||
<li><strong>Classes</strong> - Helper for working with java.lang.Class.</li>
|
||||
<li><strong>StringUtils</strong> - Helper for java.lang.String.</li>
|
||||
<li><strong>CharSetUtils</strong> - Methods for dealing with CharSets, which are sets of characters such as [a-z] and [abcdez].</li>
|
||||
<li><strong>RandomStringUtils</strong> - Helper for creating randomised Strings.</li>
|
||||
<li><strong>NumberUtils</strong> - Helper for java.lang.Number and its subclasses.</li>
|
||||
<li><strong>NumberRange</strong> - A range of numbers with an upper and lower bound.</li>
|
||||
<li><strong>ObjectUtils</strong> - Helper for creating any Object.</li>
|
||||
<!--<li><strong>ClassUtils</strong> - Helper for working with java.lang.Class.</li>-->
|
||||
<li><strong>SerializationUtils</strong> - Helper for serializing Objects.</li>
|
||||
<li><strong>NestedException package</strong> - A sub-package for creation of nested exceptions.</li>
|
||||
</ul>
|
||||
|
||||
|
@ -52,9 +56,9 @@ components for development and use:</p>
|
|||
|
||||
<p>Current Release: Lang is yet to be released.</p>
|
||||
|
||||
<p>Planned Next Release: The components are relatively mature and from
|
||||
commons.util, however time will be given for the Lang package to achieve
|
||||
some stability, and unit-tests to arrive.</p>
|
||||
<p>Planned Next Release:
|
||||
A beta release is planned in the imminent future.
|
||||
</p>
|
||||
|
||||
|
||||
<a name="Committers"></a>
|
||||
|
|
Loading…
Reference in New Issue