API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.io. FilenameFilter View Source
Author(s)
Arthur van Hoff
Jonathan Payne
Since
JDK1.0
Version
1.24, 11/17/05
Serial
Hierarchy
 FilenameFilter
Subinterfaces
Description
public interface FilenameFilter
  Instances of classes that implement this interface are used to filter filenames.
Methods
Hide/Show inherited methods
public boolean accept (File dir, String name)
  Tests if a specified file should be included in a file list.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar