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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method