Class AndFileFilter

java.lang.Object
org.apache.commons.vfs2.filter.AndFileFilter
All Implemented Interfaces:
Serializable, FileFilter, ConditionalFileFilter

A filter providing conditional AND logic across a list of file filters. This filter returns true if all filters in the list return true. Otherwise, it returns false. Checking of the file filter list stops when the first filter returns false.
Since:
2.4
Author:
This code was originally ported from Apache Commons IO File Filter
See Also: