|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.adfconverter.library.DirectoryFilter
implements java.io.FilenameFilter interface. Uses to filter files in a directory to retrieves subdirectory
| Constructor Summary | |
DirectoryFilter()
Default contructor of a filter for subdirectory |
|
| Method Summary | |
boolean |
accept(java.io.File dir,
java.lang.String name)
retrieved if a file accepted by the filter. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DirectoryFilter()
| Method Detail |
public boolean accept(java.io.File dir,
java.lang.String name)
accept in interface java.io.FilenameFilterdir - the directory of file to acceptname - the filename of the file to accept
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||