bayard 2004/04/24 16:33:43
Modified: io/src/java/org/apache/commons/io package.html
Log:
removed the filter part of the docs now that those classes have moved into the subpackage
Revision Changes Path
1.5 +2 -13 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- package.html 24 Apr 2004 23:31:46 -0000 1.4
+++ package.html 24 Apr 2004 23:33:43 -0000 1.5
@@ -10,25 +10,14 @@
<br>
<a name="doc.Description"></a>
<div align="center"> <a href="#doc.Intro">[Introduction]</a>
-<a href="#doc.FilenameFilters">[FilenameFilters]</a> <a
- href="#doc.IOUtils">[IO Utilities]</a> <a href="#doc.FileUtil">[File
+<a href="#doc.IOUtils">[IO Utilities]</a> <a href="#doc.FileUtil">[File
Utilities]</a> <a href="#doc.Endian">[Endian Utilities]</a>
</div>
<a name="doc.Intro"></a>
<h2>Introduction</h2>
<p>The <code>org.apache.commons.io</code> package contains utility code
for
-file- and stream-based IO operation. There are three main types of class:
+file- and stream-based IO operation.
</p>
- <a name="doc.FilenameFilters"></a>
-<h2>FilenameFilters</h2>
-
-<p>This package defines an interface (IOFileFilter) that combines both
-{@link java.io.FileFilter} and {@link java.io.FilenameFilter}. Besides
-that the package offers a series of ready-to-use implementations of the
-IOFileFilter interface including implementation that allow you to combine
-other such filters.</p>
-<p>These filter can be used to list files or in {@link java.awt.FileDialog},
-for example.</p>
<a name="doc.IOUtils"></a>
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|