Skip to content

Commit 8a8df67

Browse files
committed
removed the filter part of the docs now that those classes have moved into the subpackage
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140567 13f79535-47bb-0310-9956-ffa450edef68
1 parent 50550a2 commit 8a8df67

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

src/java/org/apache/commons/io/package.html

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,14 @@
1010
<br>
1111
<a name="doc.Description"></a>
1212
<div align="center"> <a href="#doc.Intro">[Introduction]</a>
13-
<a href="#doc.FilenameFilters">[FilenameFilters]</a> <a
14-
href="#doc.IOUtils">[IO Utilities]</a> <a href="#doc.FileUtil">[File
13+
<a href="#doc.IOUtils">[IO Utilities]</a> <a href="#doc.FileUtil">[File
1514
Utilities]</a> <a href="#doc.Endian">[Endian Utilities]</a> </div>
1615
<a name="doc.Intro"></a>
1716
<h2>Introduction</h2>
1817

1918
<p>The <code>org.apache.commons.io</code> package contains utility code for
20-
file- and stream-based IO operation. There are three main types of class:
19+
file- and stream-based IO operation.
2120
</p>
22-
<a name="doc.FilenameFilters"></a>
23-
<h2>FilenameFilters</h2>
24-
25-
<p>This package defines an interface (IOFileFilter) that combines both
26-
{@link java.io.FileFilter} and {@link java.io.FilenameFilter}. Besides
27-
that the package offers a series of ready-to-use implementations of the
28-
IOFileFilter interface including implementation that allow you to combine
29-
other such filters.</p>
30-
<p>These filter can be used to list files or in {@link java.awt.FileDialog},
31-
for example.</p>
3221

3322

3423
<a name="doc.IOUtils"></a>

0 commit comments

Comments
 (0)