Class HiddenFileFilter

  • All Implemented Interfaces:
    ImportFilter

    public class HiddenFileFilter
    extends java.lang.Object
    implements ImportFilter
    This class is an ImportFilter that filters out hidden files. The exact definition of "hidden" is OS dependent - see http://download.oracle.com/javase/6/docs/api/java/io/File.html#isHidden() for details.
    Since:
    4.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean shouldFilter​(ImportableItem importableItem)
      Method that checks whether the given file or folder should be filtered.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait