You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/06/24 00:37:39 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/time package.html

scolebourne    2003/06/23 15:37:39

  Added:       lang/src/java/org/apache/commons/lang/util package.html
               lang/src/java/org/apache/commons/lang/time package.html
  Log:
  Add package level javadoc
  
  Revision  Changes    Path
  1.1                  jakarta-commons/lang/src/java/org/apache/commons/lang/util/package.html
  
  Index: package.html
  ===================================================================
  <html>
  <body>
  <p>
  Provides classes and methods that provide general utility code.
  <p>
  This includes:
  <ul>
  <li><code>BitField</code> - for manipulating bits
  <li><code>IdentifierUtils</code> - for creating identifiers
  <li><code>Validate</code> - for validating values and throwing exceptions
  </ul>
  </body>
  </html>
  
  
  
  1.1                  jakarta-commons/lang/src/java/org/apache/commons/lang/time/package.html
  
  Index: package.html
  ===================================================================
  <html>
  <body>
  <p>
  Provides classes and methods to work with dates and durations.
  <p>
  This includes:
  <ul>
  <li><code>DateUtils</code> - a set of static utility methods for working with dates
  <li><code>FastDateFormat</code> - a replacement for <code>SimpleDateFormat</code> that is fast and thread-safe
  <li><code>DateFormatUtils</code> - a formatting class for dates
  <li><code>StopWatch</code> - a duration timer
  </ul>
  </body>
  </html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org