Class FileUtil.DirectoryFileFilter

  • All Implemented Interfaces:
    java.io.FileFilter
    Enclosing class:
    FileUtil

    protected static class FileUtil.DirectoryFileFilter
    extends java.lang.Object
    implements java.io.FileFilter
    simple file filter that lists all directories
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DirectoryFileFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.io.File checkFile)  
      • Methods inherited from class java.lang.Object

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

      • DirectoryFileFilter

        protected DirectoryFileFilter()
    • Method Detail

      • accept

        public boolean accept​(java.io.File checkFile)
        Specified by:
        accept in interface java.io.FileFilter
        See Also:
        FileFilter.accept(java.io.File)