java.io
Interface FileFilter


public interface FileFilter


Method Summary
 boolean accept(File)
           
 

Method Detail

accept

public boolean accept(File)