Java org.apache.commons.io.filefilter OrFileFilter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.io.filefilter OrFileFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.io.filefilter OrFileFilter.

The text is from its open source code.

Constructor

OrFileFilter(IOFileFilter filter1, IOFileFilter filter2)
Constructs a new file filter that ORs the result of two other filters.
OrFileFilter()
Constructs a new instance of OrFileFilter.
OrFileFilter(final List fileFilters)
Constructs a new instance of OrFileFilter with the specified filters.

Method