java.io
Interface FilenameFilter



public interface FilenameFilter

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

Compliance: J2SE: 1.4 complete


Method Summary
 boolean accept(File dir, String name)
           
 

Method Detail

accept

boolean accept(File dir,
               String name)