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:
Henri Yandell 2002-07-19 04:27:31 +00:00
parent f0a5f0e8aa
commit df7a930dcf
1 changed files with 12 additions and 8 deletions

View File

@ -7,7 +7,7 @@
<div align="center"> <div align="center">
<h1>The Jakarta Commons <em>Lang</em> Component</h1> <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="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a> <a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a> <a href="#Release Info">[Release Info]</a>
@ -25,10 +25,14 @@ <h3>1. INTRODUCTION</h3>
java.lang package in the Sun JDK. java.lang package in the Sun JDK.
The following classes are included:</p> The following classes are included:</p>
<ul> <ul>
<li><strong>Strings</strong> - Helper for java.lang.String.</li> <li><strong>StringUtils</strong> - Helper for java.lang.String.</li>
<li><strong>Numbers</strong> - Helper for java.lang.Number and its subclasses.</li> <li><strong>CharSetUtils</strong> - Methods for dealing with CharSets, which are sets of characters such as [a-z] and [abcdez].</li>
<li><strong>Objects</strong> - Helper for creating any Object.</li> <li><strong>RandomStringUtils</strong> - Helper for creating randomised Strings.</li>
<li><strong>Classes</strong> - Helper for working with java.lang.Class.</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> <li><strong>NestedException package</strong> - A sub-package for creation of nested exceptions.</li>
</ul> </ul>
@ -52,9 +56,9 @@ <h3>3. RELEASE INFO</h3>
<p>Current Release: Lang is yet to be released.</p> <p>Current Release: Lang is yet to be released.</p>
<p>Planned Next Release: The components are relatively mature and from <p>Planned Next Release:
commons.util, however time will be given for the Lang package to achieve A beta release is planned in the imminent future.
some stability, and unit-tests to arrive.</p> </p>
<a name="Committers"></a> <a name="Committers"></a>