org.jaudiotagger.test
Class MergeID3AndMP3Files.DirFilter

java.lang.Object
  extended by org.jaudiotagger.test.MergeID3AndMP3Files.DirFilter
All Implemented Interfaces:
java.io.FileFilter
Enclosing class:
MergeID3AndMP3Files

public final class MergeID3AndMP3Files.DirFilter
extends java.lang.Object
implements java.io.FileFilter


Field Summary
static java.lang.String IDENT
           
 
Constructor Summary
MergeID3AndMP3Files.DirFilter()
           
 
Method Summary
 boolean accept(java.io.File file)
          Determines whether or not the file is an mp3 file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENT

public static final java.lang.String IDENT
See Also:
Constant Field Values
Constructor Detail

MergeID3AndMP3Files.DirFilter

public MergeID3AndMP3Files.DirFilter()
Method Detail

accept

public final boolean accept(java.io.File file)
Determines whether or not the file is an mp3 file. If the file is a directory, whether or not is accepted depends upon the allowDirectories flag passed to the constructor.

Specified by:
accept in interface java.io.FileFilter
Parameters:
file - the file to test
Returns:
true if this file or directory should be accepted