| java.io.FileFilter | 
An interface for filtering File objects based on their names
 or other information.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Indicating whether a specific file should be included in a pathname list. 
  
   | |||||||||||
Indicating whether a specific file should be included in a pathname list.
| pathname | the abstract file to check. | 
|---|
true if the file should be included, false
         otherwise.