bayard 2004/04/24 16:34:29
Modified: io/src/java/org/apache/commons/io package.html
Log:
fixed FileUtils name in the javadoc
Revision Changes Path
1.6 +5 -5 jakarta-commons/io/src/java/org/apache/commons/io/package.html
Index: package.html
===================================================================
RCS file: /home/cvs/jakarta-commons/io/src/java/org/apache/commons/io/package.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- package.html 24 Apr 2004 23:33:43 -0000 1.5
+++ package.html 24 Apr 2004 23:34:29 -0000 1.6
@@ -10,7 +10,7 @@
<br>
<a name="doc.Description"></a>
<div align="center"> <a href="#doc.Intro">[Introduction]</a>
-<a href="#doc.IOUtils">[IO Utilities]</a> <a href="#doc.FileUtil">[File
+<a href="#doc.IOUtils">[IO Utilities]</a> <a href="#doc.FileUtils">[File
Utilities]</a> <a href="#doc.Endian">[Endian Utilities]</a> </div>
<a name="doc.Intro"></a>
<h2>Introduction</h2>
@@ -77,14 +77,14 @@
In IOUtils, each kind of copy method has a variant which allows the buffer
size to be set. For methods that convert bytes to chars, the encoding
method may also be set.</p>
- <a name="doc.FileUtil"></a>
-<h2>The <a href="FileUtil.html">org.apache.commons.io.FileUtil</a> class</h2>
+ <a name="doc.FileUtils"></a>
+<h2>The <a href="FileUtils.html">org.apache.commons.io.FileUtils</a> class</h2>
-<p>The <a href="FileUtil.html">FileUtil</a> class contains methods for
+<p>The <a href="FileUtils.html">FileUtils</a> class contains methods for
retrieving different components of a file path (directory name, file base
name, file extension), methods for copying Files to other files and directories,
and methods for deleting and cleaning directories. For more information,
-see the <a href="FileUtil.html">class description</a> </p>
+see the <a href="FileUtils.html">class description</a> </p>
<a name="doc.Endian"></a>
<h2>The Endian classes</h2>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]