com.ibm.as400.access

Interface IFSFileFilter



  • public interface IFSFileFilter
    The IFSFileFilter interface provides an interface for filtering files. It can be used to filter directory listings in the list method of the class IFSFile.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean accept(IFSFile file)
      Tests if a specified file should be in a file list.
    • Method Detail

      • accept

        boolean accept(IFSFile file)
        Tests if a specified file should be in a file list.
        Parameters:
        file -
        Returns:
        true if file is accepted by the filter