All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.as400.access.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.
-
accept(IFSFile)
- Tests if a specified file should be in a file list.
accept
public abstract boolean accept(IFSFile file)
- Tests if a specified file should be in a file list.
All Packages Class Hierarchy This Package Previous Next Index