Uses of Interface
org.semanticdesktop.aperture.extractor.FileExtractorFactory

Packages that use FileExtractorFactory
org.semanticdesktop.aperture.extractor   
org.semanticdesktop.aperture.extractor.impl   
org.semanticdesktop.aperture.extractor.mp3   
 

Uses of FileExtractorFactory in org.semanticdesktop.aperture.extractor
 

Methods in org.semanticdesktop.aperture.extractor with parameters of type FileExtractorFactory
 void ExtractorRegistry.add(FileExtractorFactory factory)
          Adds a file extractor factory to this registry.
 void ExtractorRegistry.remove(FileExtractorFactory factory)
          Remove a FileExtractorFactory from this registry.
 

Uses of FileExtractorFactory in org.semanticdesktop.aperture.extractor.impl
 

Methods in org.semanticdesktop.aperture.extractor.impl with parameters of type FileExtractorFactory
 void ExtractorRegistryImpl.add(FileExtractorFactory factory)
           
 void ExtractorRegistryImpl.remove(FileExtractorFactory factory)
           
 

Uses of FileExtractorFactory in org.semanticdesktop.aperture.extractor.mp3
 

Classes in org.semanticdesktop.aperture.extractor.mp3 that implement FileExtractorFactory
 class MP3FileExtractorFactory
          A FileExtractorFactory implementation for the MP3FileExtractors
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.