|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileFilter
FileFilter is an interface for filtering abstract Files
| Method Summary | |
|---|---|
boolean |
accept(File pathname)
Returns a boolean indicating whether or not a specific File should be included in a pathname list. |
| Method Detail |
|---|
boolean accept(File pathname)
pathname - the abstract File to check.
true if the File should be includes,
false otherwise.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||