|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridFileFilter
Filter for accepting/rejecting file names in a directory list.
Filtering is done by fully qualified GridFile
objects
representing the files and directories contained directly under
the parent.
Method Summary | |
---|---|
boolean |
accept(GridFile file)
Returns true if file is to be included. |
Method Detail |
---|
boolean accept(GridFile file)
true
if file
is to be included.
file
is always a GridFile
object
referencing a fully qualified path which happens to exist
under dir
.
file
- The fully qualified abstract path to check.
true
if file
is to be included.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |