jaugment2.directory
Class MP3FileAttributesFactory
java.lang.Object
|
+--jaugment2.directory.MP3FileAttributesFactory
- public class MP3FileAttributesFactory
- extends java.lang.Object
- implements FileObjectFactory.FileAttributesFactory
FileAttributesFactory handling mp3-files with ID3.tags
|
Field Summary |
private static boolean |
debug
|
static java.lang.String[] |
genres
|
|
Method Summary |
void |
addAttributes(byte[] content,
java.lang.String mimetype,
javax.naming.directory.BasicAttributes retval,
java.io.File f)
|
boolean |
handlesFile(java.lang.String mimetype,
java.lang.String filename,
java.lang.String contentstart)
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
debug
private static final boolean debug
genres
public static java.lang.String[] genres
MP3FileAttributesFactory
public MP3FileAttributesFactory()
handlesFile
public boolean handlesFile(java.lang.String mimetype,
java.lang.String filename,
java.lang.String contentstart)
- Specified by:
- handlesFile in interface FileObjectFactory.FileAttributesFactory
addAttributes
public void addAttributes(byte[] content,
java.lang.String mimetype,
javax.naming.directory.BasicAttributes retval,
java.io.File f)
- Specified by:
- addAttributes in interface FileObjectFactory.FileAttributesFactory