You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Harmeet Bedi <hb...@yahoo.com> on 2001/03/26 00:09:07 UTC

needed some filefilters.

org.apache.avalon.util.io  provides some useful file filters.
I needed some more. Wrote these
InvertFileFilter: does a NOT operation on FileFilter
AndFileFilter: does an AND operation on 2 FileFilters
ORFileFilter: does an OR operation on 2 FileFilters

I thought a logical location could be org.apache.avalon.util package.
If these seem useful, could someone with sufficient access please add them
to Avalon.

thanks,
Harmeet