Class AudioImporter

All Implemented Interfaces:
Serializable, Comparable<FileImporter>, FileImporter

public class AudioImporter extends AbstractFileImporter
This class will create a Document of type "Audio" from the uploaded file, if the uploaded file matches any of the mime types listed in the filemanager-plugins.xml file.

If an existing document with the same title is found, it will overwrite it and increment the version number if the overwrite flag is set to true; Otherwise, it will generate a new title and create a new Document of type Audio with that title.

See Also: