Uses of Package
org.semanticdesktop.aperture.extractor

Packages that use org.semanticdesktop.aperture.extractor
org.semanticdesktop.aperture.crawler.base   
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.mp3   
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   
org.semanticdesktop.aperture.runtime   
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.crawler.base
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorRegistry
          An ExtractorRegistry serves as a central registry for registering and obtaining ExtractorFactories.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
FileExtractor
          FileExtractors extract information from files.
FileExtractorFactory
          A FileExtractorFactory create instances of a specific FileExtractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.excel
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.html
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.impl
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
ExtractorRegistry
          An ExtractorRegistry serves as a central registry for registering and obtaining ExtractorFactories.
FileExtractorFactory
          A FileExtractorFactory create instances of a specific FileExtractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.jpg
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.mime
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.mp3
AbstractFileExtractor
          A common superclass for all file extractors.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
FileExtractor
          FileExtractors extract information from files.
FileExtractorFactory
          A FileExtractorFactory create instances of a specific FileExtractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.office
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.opendocument
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.openxml
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.pdf
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.plaintext
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.poiooxml
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.powerpoint
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.presentations
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.publisher
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.quattro
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.rtf
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.util
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.visio
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.word
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.wordperfect
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.works
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.xml
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.extractor.xmp
Extractor
          Extractors extract information from binary streams such as document full-text, titles, authors and other metadata that may be supported by the format.
ExtractorException
          Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor.
ExtractorFactory
          An ExtractorFactory create instances of a specific Extractor implementation.
 

Classes in org.semanticdesktop.aperture.extractor used by org.semanticdesktop.aperture.runtime
ExtractorRegistry
          An ExtractorRegistry serves as a central registry for registering and obtaining ExtractorFactories.
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.