org.semanticdesktop.aperture.extractor.mp3
Class MP3FileExtractorFactory

java.lang.Object
  extended by org.semanticdesktop.aperture.extractor.mp3.MP3FileExtractorFactory
All Implemented Interfaces:
FileExtractorFactory

public class MP3FileExtractorFactory
extends Object
implements FileExtractorFactory

A FileExtractorFactory implementation for the MP3FileExtractors


Constructor Summary
MP3FileExtractorFactory()
           
 
Method Summary
 FileExtractor get()
          Returns an instance of the represented FileExtractor implementation.
 Set getSupportedMimeTypes()
          Returns the MIME types of the formats supported by the returned FileExtractor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MP3FileExtractorFactory

public MP3FileExtractorFactory()
Method Detail

get

public FileExtractor get()
Description copied from interface: FileExtractorFactory
Returns an instance of the represented FileExtractor implementation. Subsequent invocations may or may not return the same instance.

Specified by:
get in interface FileExtractorFactory
Returns:
An instance of the FileExtractor interface.
See Also:
FileExtractorFactory.get()

getSupportedMimeTypes

public Set getSupportedMimeTypes()
Description copied from interface: FileExtractorFactory
Returns the MIME types of the formats supported by the returned FileExtractor.

Specified by:
getSupportedMimeTypes in interface FileExtractorFactory
Returns:
A Set of Strings.
See Also:
FileExtractorFactory.getSupportedMimeTypes()


Copyright © 2010 Aperture Development Team. All Rights Reserved.