Save This Page
Home » apache-harmony-6.0-src-r917296-snapshot » java » io » [javadoc | source]
java.io
public interface: FilenameFilter [javadoc | source]

All Known Implementing Classes:
   

An interface for filtering File objects based on their names or the directory they reside in.
Method from java.io.FilenameFilter Summary:
accept
Method from java.io.FilenameFilter Detail:
 abstract public boolean accept(File dir,
    String filename)
    Indicates if a specific filename matches this filter.