|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridFileNameFilter
Filter for accepting/rejecting file names in a directory list.
Filtering is done by simple string path component names relative to the parent.
Method Summary | |
---|---|
boolean |
accept(GridFile dir,
String name)
Returns true if name is to be included. |
Method Detail |
---|
boolean accept(GridFile dir, String name)
true
if name
is to be included.
name
is always a simple component name relative
to dir
dir
- The parent directoryname
- The string name to check, relative to dir
.
true
if name
is to be included.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |