Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 8699 invoked from network); 24 Apr 2004 23:33:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Apr 2004 23:33:48 -0000 Received: (qmail 25043 invoked by uid 500); 24 Apr 2004 23:33:30 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 24915 invoked by uid 500); 24 Apr 2004 23:33:29 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 24902 invoked by uid 500); 24 Apr 2004 23:33:29 -0000 Received: (qmail 24897 invoked from network); 24 Apr 2004 23:33:29 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 24 Apr 2004 23:33:29 -0000 Received: (qmail 8634 invoked by uid 1360); 24 Apr 2004 23:33:43 -0000 Date: 24 Apr 2004 23:33:43 -0000 Message-ID: <20040424233343.8633.qmail@minotaur.apache.org> From: bayard@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/io/src/java/org/apache/commons/io package.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 @@

Introduction

The org.apache.commons.io package contains utility code for -file- and stream-based IO operation. There are three main types of class: +file- and stream-based IO operation.

- -

FilenameFilters

- -

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.

-

These filter can be used to list files or in {@link java.awt.FileDialog}, -for example.

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