|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileFilter
A filter for abstract pathnames.
Instances of this interface may be passed to the method
of the listFiles(FileFilter) class.
File
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File pathname)
Tests whether or not the specified abstract pathname should be included in a pathname list. |
| Method Detail |
|---|
boolean accept(File pathname)
pathname - The abstract pathname to be testedtrue if and only if pathname
should be included
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.