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

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

Introduction

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

The text is from its open source code.

Constructor

DelegateFileFilter(FilenameFilter filter)
Constructs a delegate file filter around an existing FilenameFilter.
DelegateFileFilter(FileFilter filter)
Constructs a delegate file filter around an existing FileFilter.