Class OrFileFilter

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

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