|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gshute.ioutil.AllFileFilter
An AllFileFilter implements the FilenameFilter interface by accepting all files.
Constructor Summary | |
AllFileFilter()
new AllFileFilter() returns a FilenameFilter that accepts all files. |
Method Summary | |
boolean |
accept(java.io.File dir,
java.lang.String name)
aff.accept(dir, name) always returns true. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AllFileFilter()
Method Detail |
public boolean accept(java.io.File dir, java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |