|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectentagged.audioformats.AudioFileFilter
This is a simple FileFilter that will only allow the file supported by this library.
It will also accept directories. An additionnal condition is that file must be readable (read permission) and are not hidden (dot files, or hidden files)
Constructor Summary | |
AudioFileFilter()
|
Method Summary | |
boolean |
accept(java.io.File f)
Check wether the given file meet the required conditions (supported by the library OR directory). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AudioFileFilter()
Method Detail |
public boolean accept(java.io.File f)
Check wether the given file meet the required conditions (supported by the library OR directory). The File must also be readable and not hidden.
accept
in interface java.io.FileFilter
f
- The file to test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |