Package org.pf4j.util
Class NotFileFilter
- java.lang.Object
-
- org.pf4j.util.NotFileFilter
-
- All Implemented Interfaces:
java.io.FileFilter
public class NotFileFilter extends java.lang.Object implements java.io.FileFilter
This filter produces a logical NOT of the filters specified.
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.FileFilter
filter
-
Constructor Summary
Constructors Constructor Description NotFileFilter(java.io.FileFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(java.io.File file)
-