Package com.day.util

Class FileExpander.BaseFilter

java.lang.Object
com.day.util.FileExpander.BaseFilter
All Implemented Interfaces:
FileFilter
Enclosing class:
FileExpander

public static class FileExpander.BaseFilter extends Object implements FileFilter
The BaseFilter class is an abstract base class for the file and directory matcher class, which accepts files based on globbing patterns.
Since:
coati Audience core
  • Method Details

    • accept

      public boolean accept(File pathname)
      Returns true if the name of the file matches the globbing pattern.
      Specified by:
      accept in interface FileFilter