Class Finder.NegFilter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean pass​(java.io.File file)
      Passes the given file iff tbNegFilter does not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tbNegFilter

        private final Finder.Filter tbNegFilter
        The filter to be negated.
    • Method Detail

      • pass

        public boolean pass​(java.io.File file)
        Passes the given file iff tbNegFilter does not.
        Specified by:
        pass in class Finder.Filter