Uses of Class
org.semanticdesktop.aperture.extractor.ExtractorException

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

Uses of ExtractorException in org.semanticdesktop.aperture.crawler.base
 

Methods in org.semanticdesktop.aperture.crawler.base that throw ExtractorException
protected  void CrawlerHandlerBase.processBinary(Crawler crawler, DataObject dataObject)
          Default and reference implementation of the handling of objects found in the crawling process: Identify the mime-type, invoke Extractors.
 

Uses of ExtractorException in org.semanticdesktop.aperture.extractor
 

Methods in org.semanticdesktop.aperture.extractor that throw ExtractorException
 void AbstractFileExtractor.extract(URI id, File file, Charset charset, String mimeType, RDFContainer result)
          Extracts metadata from a file.
 void FileExtractor.extract(URI id, File file, Charset charset, String mimeType, RDFContainer result)
          Extracts full-text and metadata from the specified file and stores the extracted information as RDF statements in the specified RDFContainer.
 void Extractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
          Extracts full-text and metadata from the specified binary stream and stores the extracted information as RDF statements in the specified RDFContainer.
protected abstract  void AbstractFileExtractor.performExtraction(URI id, File file, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.excel that throw ExtractorException
 void ExcelExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.html that throw ExtractorException
 void HtmlExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.jpg that throw ExtractorException
 void JpgExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
          Calls the appropriate methods from JpgHeaderExtractor.
 

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

Methods in org.semanticdesktop.aperture.extractor.mime that throw ExtractorException
 void MimeExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
          Deprecated.  
 

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

Methods in org.semanticdesktop.aperture.extractor.mp3 that throw ExtractorException
protected  void MP3FileExtractor.performExtraction(URI id, File file, Charset charset, String mimeType, RDFContainer result)
          Extracts ID3 metadata from an MP3 file
 

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

Methods in org.semanticdesktop.aperture.extractor.office that throw ExtractorException
 void OfficeExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.opendocument that throw ExtractorException
 void OpenDocumentExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.openxml that throw ExtractorException
 void OpenXmlExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.pdf that throw ExtractorException
 void PdfExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.plaintext that throw ExtractorException
 void PlainTextExtractor.extract(URI id, InputStream iStream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.poiooxml that throw ExtractorException
 void PoiOOXmlExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer container)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.powerpoint that throw ExtractorException
 void PowerPointExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.presentations that throw ExtractorException
 void PresentationsExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.publisher that throw ExtractorException
 void PublisherExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.quattro that throw ExtractorException
 void QuattroExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.rtf that throw ExtractorException
 void RtfExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Subclasses of ExtractorException in org.semanticdesktop.aperture.extractor.util
static class ThreadedExtractorWrapper.ExtractionAbortedException
          An exception that gets thrown if the extraction is aborted per user request i.e. when the ThreadedExtractorWrapper.stop() method is called.
static class ThreadedExtractorWrapper.ExtractionInterruptedException
          An exception that gets thrown if the underlying extractor hangs.
 

Methods in org.semanticdesktop.aperture.extractor.util that throw ExtractorException
 void ThreadedExtractorWrapper.extract(URI id, InputStream input, Charset charset, String mimeType, RDFContainer result)
          Starts the extraction process using the wrapped Extractor on a separate thread.
 

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

Methods in org.semanticdesktop.aperture.extractor.visio that throw ExtractorException
 void VisioExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.word that throw ExtractorException
 void WordExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 void WordExtractor.extract(URI id, InputStream stream, org.apache.poi.poifs.filesystem.POIFSFileSystem fileSystem, Charset charset, String mimeType, RDFContainer result)
          Additional extract method that lets you specify an existing POIFSFileSystem.
 

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

Methods in org.semanticdesktop.aperture.extractor.wordperfect that throw ExtractorException
 void WordPerfectExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.works that throw ExtractorException
 void WorksExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.xml that throw ExtractorException
 void XmlExtractor.extract(URI id, InputStream stream, Charset charset, String mimeType, RDFContainer result)
           
 

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

Methods in org.semanticdesktop.aperture.extractor.xmp that throw ExtractorException
 void XMPExtractor.extract(URI uri, InputStream in, Charset charset, String mimeType, RDFContainer result)
          Locates an XMP packet in a stream, parses it and returns the XMP metadata.
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.