Class WildcardFileFilter

  • All Implemented Interfaces:
    java.io.FileFilter, java.io.FilenameFilter

    public class WildcardFileFilter
    extends AbstractFileFilter
    A file filter that accepts all files.

    This class is provided to allow creation of a filter that also implements FilenameFilter. Normally Files.WILDCARD_FILE_FILTER should be used in preference to creating a new instance of this class.

    Author:
    Garret Wilson
    • Method Summary

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

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

      • WildcardFileFilter

        public WildcardFileFilter()
    • Method Detail

      • accept

        public boolean accept​(java.io.File pathname)