Package org.pf4j.util

Class NotFileFilter

java.lang.Object
org.pf4j.util.NotFileFilter
All Implemented Interfaces:
FileFilter

public class NotFileFilter extends Object implements FileFilter
This filter produces a logical NOT of the filters specified.
  • Field Details

  • Constructor Details

    • NotFileFilter

      public NotFileFilter(FileFilter filter)
  • Method Details