Uses of Class
org.semanticdesktop.aperture.subcrawler.SubCrawlerException

Packages that use SubCrawlerException
org.semanticdesktop.aperture.crawler   
org.semanticdesktop.aperture.crawler.base   
org.semanticdesktop.aperture.crawler.ical   
org.semanticdesktop.aperture.subcrawler   
org.semanticdesktop.aperture.subcrawler.base   
org.semanticdesktop.aperture.subcrawler.mbox   
org.semanticdesktop.aperture.subcrawler.mime   
org.semanticdesktop.aperture.subcrawler.vcard   
 

Uses of SubCrawlerException in org.semanticdesktop.aperture.crawler
 

Methods in org.semanticdesktop.aperture.crawler that throw SubCrawlerException
 void Crawler.runSubCrawler(SubCrawler subCrawler, DataObject object, InputStream stream, Charset charset, String mimeType)
          Runs the given SubCrawler on the given stream.
 

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

Methods in org.semanticdesktop.aperture.crawler.base that throw SubCrawlerException
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.
 void CrawlerBase.runSubCrawler(SubCrawler localSubCrawler, DataObject object, InputStream stream, Charset charset, String mimeType)
           
 

Uses of SubCrawlerException in org.semanticdesktop.aperture.crawler.ical
 

Methods in org.semanticdesktop.aperture.crawler.ical that throw SubCrawlerException
 DataObject IcalCrawler.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory)
           
 void IcalCrawler.subCrawl(URI id, InputStream stream, SubCrawlerHandler handler, DataSource dataSource, AccessData accessData, Charset charset, String mimeType, RDFContainer parentMetadata)
           
 

Uses of SubCrawlerException in org.semanticdesktop.aperture.subcrawler
 

Methods in org.semanticdesktop.aperture.subcrawler that throw SubCrawlerException
static DataObject SubCrawlerUtil.getDataObject(URI uri, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory containerFactory, SubCrawlerRegistry registry)
           Tries to access a DataObject that is hidden in a stream.
 DataObject SubCrawler.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory)
          Get a DataObject from the specified stream with the given path.
static DataObject SubCrawlerUtil.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory, String prefix, SubCrawler sc)
           
 void SubCrawler.subCrawl(URI id, InputStream stream, SubCrawlerHandler handler, DataSource dataSource, AccessData accessData, Charset charset, String mimeType, RDFContainer parentMetadata)
          Starts crawling the given stream and to report the encountered DataObjects to the given SubCrawlerHandler.
 

Uses of SubCrawlerException in org.semanticdesktop.aperture.subcrawler.base
 

Subclasses of SubCrawlerException in org.semanticdesktop.aperture.subcrawler.base
static class ThreadedSubCrawlerWrapper.SubCrawlingAbortedException
          An exception that gets thrown if the underlying SubCrawler hangs.
static class ThreadedSubCrawlerWrapper.SubCrawlingInterruptedException
          An exception that gets thrown if the subcrawling is interrupted per user request i.e. when the ThreadedSubCrawlerWrapper.stop() method is called.
 

Methods in org.semanticdesktop.aperture.subcrawler.base that throw SubCrawlerException
 DataObject AbstractArchiverSubCrawler.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory)
           
 DataObject AbstractSubCrawler.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory)
           
 void AbstractArchiverSubCrawler.subCrawl(URI id, InputStream stream, SubCrawlerHandler handler, DataSource dataSource, AccessData accessData, Charset charset, String mimeType, RDFContainer parentMetadata)
           
 void AbstractCompressorSubCrawler.subCrawl(URI id, InputStream stream, SubCrawlerHandler handler, DataSource dataSource, AccessData accessData, Charset charset, String mimeType, RDFContainer parentMetadata)
           
 void ThreadedSubCrawlerWrapper.subCrawl(URI id, InputStream input, SubCrawlerHandler handler, DataSource dataSource, AccessData accessData, Charset charset, String mimeType, RDFContainer parentMetadata)
          Starts the subcrawling process using the wrapped SubCrawler on a separate thread.
 

Uses of SubCrawlerException in org.semanticdesktop.aperture.subcrawler.mbox
 

Methods in org.semanticdesktop.aperture.subcrawler.mbox that throw SubCrawlerException
 void MboxSubCrawler.subCrawl(URI id, InputStream stream, SubCrawlerHandler handler, DataSource dataSource, AccessData accessData, Charset charset, String mimeType, RDFContainer parentMetadata)
           
 

Uses of SubCrawlerException in org.semanticdesktop.aperture.subcrawler.mime
 

Methods in org.semanticdesktop.aperture.subcrawler.mime that throw SubCrawlerException
 DataObject MimeSubCrawler.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory)
           
 void MimeSubCrawler.subCrawl(URI id, InputStream stream, SubCrawlerHandler handler, DataSource dataSource, AccessData accessData, Charset charset, String mimeType, RDFContainer parentMetadata)
           
 

Uses of SubCrawlerException in org.semanticdesktop.aperture.subcrawler.vcard
 

Methods in org.semanticdesktop.aperture.subcrawler.vcard that throw SubCrawlerException
 void VcardSubCrawler.subCrawl(URI id, InputStream stream, SubCrawlerHandler handler, DataSource dataSource, AccessData accessData, Charset charset, String mimeType, RDFContainer parentMetadata)
           
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.