jaugment2.directory
Class M3UFileAttributesFactory
java.lang.Object
|
+--jaugment2.directory.M3UFileAttributesFactory
- public class M3UFileAttributesFactory
- extends java.lang.Object
- implements FileObjectFactory.FileAttributesFactory
FileAttributesFactory handling m3u-files
|
Field Summary |
private static boolean |
debug
|
|
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
M3UFileAttributesFactory
public M3UFileAttributesFactory()
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