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

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

Introduction

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

The text is from its open source code.

Constructor

NotFileFilter(IOFileFilter filter)
Constructs a new file filter that NOTs the result of another filters.