org.semanticdesktop.aperture.extractor.quattro
Class QuattroExtractorFactory
java.lang.Object
  
org.semanticdesktop.aperture.extractor.quattro.QuattroExtractorFactory
- All Implemented Interfaces: 
 - ExtractorFactory
 
public class QuattroExtractorFactory
- extends Object
- implements ExtractorFactory
  
 
| 
Method Summary | 
 Extractor | 
get()
 
          Returns an instance of the represented Extractor implementation. | 
 Set | 
getSupportedMimeTypes()
 
          Returns the MIME types of the formats supported by the returned Extractor. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
QuattroExtractorFactory
public QuattroExtractorFactory()
get
public Extractor get()
- Description copied from interface: 
ExtractorFactory 
- Returns an instance of the represented Extractor implementation. Subsequent invocations may or may
 not return the same instance.
- Specified by:
 get in interface ExtractorFactory
 
- Returns:
 - An instance of the Extractor interface.
 
 
 
getSupportedMimeTypes
public Set getSupportedMimeTypes()
- Description copied from interface: 
ExtractorFactory 
- Returns the MIME types of the formats supported by the returned Extractor.
- Specified by:
 getSupportedMimeTypes in interface ExtractorFactory
 
- Returns:
 - A Set of Strings.
 
 
 
Copyright © 2010 Aperture Development Team. All Rights Reserved.