java.io
Interface FileFilter



public interface FileFilter

Interface to represent file filtering behavior. See Sun spec for details.

Compliance: J2SE: 1.4 complete


Method Summary
 boolean accept(File pathname)
           
 

Method Detail

accept

boolean accept(File pathname)