java.io.FileFilter |
FileFilter is an interface for filtering abstract Files
boolean | accept(File pathname) | |||||
Returns a boolean indicating whether or not a specific File should be included in a pathname list. |
pathname | the abstract File to check. |
---|
true
if the File should be includes,
false
otherwise.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |