public final class MergeID3AndMP3Files.DirFilter
extends java.lang.Object
implements java.io.FileFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IDENT |
Constructor and Description |
---|
MergeID3AndMP3Files.DirFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File file)
Determines whether or not the file is an mp3 file.
|
public static final java.lang.String IDENT
public final boolean accept(java.io.File file)
accept
in interface java.io.FileFilter
file
- the file to testCopyright © 2005-2013 java.net. All Rights Reserved.