Class AbstractFileFilter

    • Constructor Detail

      • AbstractFileFilter

        public AbstractFileFilter()
    • Method Detail

      • accept

        public boolean accept​(File file)
        Checks to see if the File should be accepted by this filter.
        Specified by:
        accept in interface FileFilter
        Specified by:
        accept in interface IOFileFilter
        Parameters:
        file - the File to check
        Returns:
        true if this file matches the test
      • accept

        public boolean accept​(File dir,
                              String name)
        Checks to see if the File should be accepted by this filter.
        Specified by:
        accept in interface FilenameFilter
        Specified by:
        accept in interface IOFileFilter
        Parameters:
        dir - the directory File to check
        name - the file name within the directory to check
        Returns:
        true if this file matches the test
      • toString

        public String toString()
        Provide a String representation of this file filter.
        Overrides:
        toString in class Object
        Returns:
        a String representation