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

Packages that use Extractor
org.semanticdesktop.aperture.extractor   
org.semanticdesktop.aperture.extractor.excel   
org.semanticdesktop.aperture.extractor.html   
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.util   
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 Extractor in org.semanticdesktop.aperture.extractor
 

Methods in org.semanticdesktop.aperture.extractor that return Extractor
 Extractor ExtractorFactory.get()
          Returns an instance of the represented Extractor implementation.
 

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

Classes in org.semanticdesktop.aperture.extractor.excel that implement Extractor
 class ExcelExtractor
           
 

Methods in org.semanticdesktop.aperture.extractor.excel that return Extractor
 Extractor ExcelExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.html that implement Extractor
 class HtmlExtractor
          HtmlExtractor extracts full-text and metadata from HTML and XHTML documents.
 

Methods in org.semanticdesktop.aperture.extractor.html that return Extractor
 Extractor HtmlExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.jpg that implement Extractor
 class JpgExtractor
          Implementation of JPG extractor for Aperture.
 

Methods in org.semanticdesktop.aperture.extractor.jpg that return Extractor
 Extractor JpgExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.mime that implement Extractor
 class MimeExtractor
          Deprecated. Use MimeSubCrawler instead.
 

Methods in org.semanticdesktop.aperture.extractor.mime that return Extractor
 Extractor MimeExtractorFactory.get()
          Deprecated.  
 

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

Classes in org.semanticdesktop.aperture.extractor.office that implement Extractor
 class OfficeExtractor
          An Extractor implementation that can be used to process MS Office documents when we don't know its specific subtype (e.g.
 

Methods in org.semanticdesktop.aperture.extractor.office that return Extractor
 Extractor OfficeExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.opendocument that implement Extractor
 class OpenDocumentExtractor
          Extracts full-text and metadata from OpenDocument files and is backwards compatible with older OpenOffice (1.x) and StarOffice (6.x and 7.x) documents.
 

Methods in org.semanticdesktop.aperture.extractor.opendocument that return Extractor
 Extractor OpenDocumentExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.openxml that implement Extractor
 class OpenXmlExtractor
          Extracts full-text and metadata from Office Open XML documents, the XML- and ZIP-based format introduced by Microsoft Office 2007.
 

Methods in org.semanticdesktop.aperture.extractor.openxml that return Extractor
 Extractor OpenXmlExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.pdf that implement Extractor
 class PdfExtractor
          Extracts full-text and metadata from Adobe Acrobat (PDF) files.
 

Methods in org.semanticdesktop.aperture.extractor.pdf that return Extractor
 Extractor PdfExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.plaintext that implement Extractor
 class PlainTextExtractor
           
 

Methods in org.semanticdesktop.aperture.extractor.plaintext that return Extractor
 Extractor PlainTextExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.poiooxml that implement Extractor
 class PoiOOXmlExtractor
          An Extractor for Open XML files.
 

Methods in org.semanticdesktop.aperture.extractor.poiooxml that return Extractor
 Extractor OOXMLExcelExtractorFactory.get()
           
 Extractor OOXMLPowerPointExtractorFactory.get()
           
 Extractor OOXMLWordExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.powerpoint that implement Extractor
 class PowerPointExtractor
           
 

Methods in org.semanticdesktop.aperture.extractor.powerpoint that return Extractor
 Extractor PowerPointExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.presentations that implement Extractor
 class PresentationsExtractor
          An Extractor implementation for Corel Presentations files.
 

Methods in org.semanticdesktop.aperture.extractor.presentations that return Extractor
 Extractor PresentationsExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.publisher that implement Extractor
 class PublisherExtractor
          An Extractor implementation for MS Publisher documents.
 

Methods in org.semanticdesktop.aperture.extractor.publisher that return Extractor
 Extractor PublisherExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.quattro that implement Extractor
 class QuattroExtractor
          An Extractor implementation for Quattro Spreadsheets.
 

Methods in org.semanticdesktop.aperture.extractor.quattro that return Extractor
 Extractor QuattroExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.rtf that implement Extractor
 class RtfExtractor
           
 

Methods in org.semanticdesktop.aperture.extractor.rtf that return Extractor
 Extractor RtfExtractorFactory.get()
           
 

Uses of Extractor in org.semanticdesktop.aperture.extractor.util
 

Classes in org.semanticdesktop.aperture.extractor.util that implement Extractor
 class ThreadedExtractorWrapper
          A ThreadedExtractorWrapper wraps an Extractor and executes it on a separate thread, bailing out if the wrapped Extractor appears to be hanging.
 

Constructors in org.semanticdesktop.aperture.extractor.util with parameters of type Extractor
ThreadedExtractorWrapper(Extractor extractor)
          Creates a new wrapper for the specified Extractor.
ThreadedExtractorWrapper(Extractor extractor, long maxProcessingTimePerMb, long minimumMaxProcessingTime, long maxIdleReadTime)
          Creates a new wrapper for the specified Extractor.
 

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

Classes in org.semanticdesktop.aperture.extractor.visio that implement Extractor
 class VisioExtractor
          An Extractor implementation for MS Visio documents.
 

Methods in org.semanticdesktop.aperture.extractor.visio that return Extractor
 Extractor VisioExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.word that implement Extractor
 class WordExtractor
           
 

Methods in org.semanticdesktop.aperture.extractor.word that return Extractor
 Extractor WordExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.wordperfect that implement Extractor
 class WordPerfectExtractor
          An Extractor implementation for WordPerfect documents.
 

Methods in org.semanticdesktop.aperture.extractor.wordperfect that return Extractor
 Extractor WordPerfectExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.works that implement Extractor
 class WorksExtractor
          An Extractor implementation for MS Works files.
 

Methods in org.semanticdesktop.aperture.extractor.works that return Extractor
 Extractor WorksExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.xml that implement Extractor
 class XmlExtractor
          Extracts text inside elements and attribute values from XML documents.
 

Methods in org.semanticdesktop.aperture.extractor.xml that return Extractor
 Extractor XmlExtractorFactory.get()
           
 

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

Classes in org.semanticdesktop.aperture.extractor.xmp that implement Extractor
 class XMPExtractor
          A Refactoring of the Apache XML Graphics Commons XMP reader.
 

Methods in org.semanticdesktop.aperture.extractor.xmp that return Extractor
 Extractor XMPExtractorFactory.get()
           
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.