|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.dmonix.io.filters.AcceptAllFilter
Simple filter that accepts all files.
Copyright: Copyright (c) 2004
Company: dmonix.org
| Constructor Summary | |
AcceptAllFilter()
|
|
| Method Summary | |
boolean |
accept(java.io.File pathname)
Always returns true. |
boolean |
accept(java.io.File dir,
java.lang.String 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 AcceptAllFilter()
| Method Detail |
public boolean accept(java.io.File pathname)
accept in interface java.io.FileFilterpathname - The file path
public boolean accept(java.io.File dir,
java.lang.String name)
accept in interface java.io.FilenameFilterdir - The file directoryname - The file name
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||