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

Packages that use ExtractorFactory
org.semanticdesktop.aperture.extractor   
org.semanticdesktop.aperture.extractor.excel   
org.semanticdesktop.aperture.extractor.html   
org.semanticdesktop.aperture.extractor.impl   
org.semanticdesktop.aperture.extractor.jpg   
org.semanticdesktop.aperture.extractor.mime   
org.semanticdesktop.aperture.extractor.office   
org.semanticdesktop.aperture.extractor.opendocument   
org.semanticdesktop.aperture.extractor.openxml   
org.semanticdesktop.aperture.extractor.pdf   
org.semanticdesktop.aperture.extractor.plaintext   
org.semanticdesktop.aperture.extractor.poiooxml   
org.semanticdesktop.aperture.extractor.powerpoint   
org.semanticdesktop.aperture.extractor.presentations   
org.semanticdesktop.aperture.extractor.publisher   
org.semanticdesktop.aperture.extractor.quattro   
org.semanticdesktop.aperture.extractor.rtf   
org.semanticdesktop.aperture.extractor.visio   
org.semanticdesktop.aperture.extractor.word   
org.semanticdesktop.aperture.extractor.wordperfect   
org.semanticdesktop.aperture.extractor.works   
org.semanticdesktop.aperture.extractor.xml   
org.semanticdesktop.aperture.extractor.xmp   
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor
 

Methods in org.semanticdesktop.aperture.extractor with parameters of type ExtractorFactory
 void ExtractorRegistry.add(ExtractorFactory factory)
          Adds an ExtractorFactory to this registry.
 void ExtractorRegistry.remove(ExtractorFactory factory)
          Removes an ExtractorFactory from this registry.
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.excel
 

Classes in org.semanticdesktop.aperture.extractor.excel that implement ExtractorFactory
 class ExcelExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.html
 

Classes in org.semanticdesktop.aperture.extractor.html that implement ExtractorFactory
 class HtmlExtractorFactory
           
 

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

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

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.jpg
 

Classes in org.semanticdesktop.aperture.extractor.jpg that implement ExtractorFactory
 class JpgExtractorFactory
          Minimalistic factory for JpgExtractor.
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.mime
 

Classes in org.semanticdesktop.aperture.extractor.mime that implement ExtractorFactory
 class MimeExtractorFactory
          Deprecated. Use MimeSubCrawlerFactory and MimeSubCrawlers instead
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.office
 

Classes in org.semanticdesktop.aperture.extractor.office that implement ExtractorFactory
 class OfficeExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.opendocument
 

Classes in org.semanticdesktop.aperture.extractor.opendocument that implement ExtractorFactory
 class OpenDocumentExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.openxml
 

Classes in org.semanticdesktop.aperture.extractor.openxml that implement ExtractorFactory
 class OpenXmlExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.pdf
 

Classes in org.semanticdesktop.aperture.extractor.pdf that implement ExtractorFactory
 class PdfExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.plaintext
 

Classes in org.semanticdesktop.aperture.extractor.plaintext that implement ExtractorFactory
 class PlainTextExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.poiooxml
 

Classes in org.semanticdesktop.aperture.extractor.poiooxml that implement ExtractorFactory
 class OOXMLExcelExtractorFactory
          An ExtractorFactory implementation for Open XML Spreadsheets.
 class OOXMLPowerPointExtractorFactory
          An ExtractorFactory implementation for Open XML Presentations.
 class OOXMLWordExtractorFactory
          An ExtractorFactory implementation for Open XML Word Processing documents.
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.powerpoint
 

Classes in org.semanticdesktop.aperture.extractor.powerpoint that implement ExtractorFactory
 class PowerPointExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.presentations
 

Classes in org.semanticdesktop.aperture.extractor.presentations that implement ExtractorFactory
 class PresentationsExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.publisher
 

Classes in org.semanticdesktop.aperture.extractor.publisher that implement ExtractorFactory
 class PublisherExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.quattro
 

Classes in org.semanticdesktop.aperture.extractor.quattro that implement ExtractorFactory
 class QuattroExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.rtf
 

Classes in org.semanticdesktop.aperture.extractor.rtf that implement ExtractorFactory
 class RtfExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.visio
 

Classes in org.semanticdesktop.aperture.extractor.visio that implement ExtractorFactory
 class VisioExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.word
 

Classes in org.semanticdesktop.aperture.extractor.word that implement ExtractorFactory
 class WordExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.wordperfect
 

Classes in org.semanticdesktop.aperture.extractor.wordperfect that implement ExtractorFactory
 class WordPerfectExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.works
 

Classes in org.semanticdesktop.aperture.extractor.works that implement ExtractorFactory
 class WorksExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.xml
 

Classes in org.semanticdesktop.aperture.extractor.xml that implement ExtractorFactory
 class XmlExtractorFactory
           
 

Uses of ExtractorFactory in org.semanticdesktop.aperture.extractor.xmp
 

Classes in org.semanticdesktop.aperture.extractor.xmp that implement ExtractorFactory
 class XMPExtractorFactory
           The ExtractorFactory for the XMPExtractor.
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.