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

Packages that use PathNotFoundException
org.semanticdesktop.aperture.crawler.ical   
org.semanticdesktop.aperture.subcrawler   
org.semanticdesktop.aperture.subcrawler.base   
org.semanticdesktop.aperture.subcrawler.mime   
 

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

Methods in org.semanticdesktop.aperture.crawler.ical that throw PathNotFoundException
 DataObject IcalCrawler.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory)
           
 

Uses of PathNotFoundException in org.semanticdesktop.aperture.subcrawler
 

Methods in org.semanticdesktop.aperture.subcrawler that throw PathNotFoundException
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)
           
 

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

Methods in org.semanticdesktop.aperture.subcrawler.base that throw PathNotFoundException
 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)
           
 

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

Methods in org.semanticdesktop.aperture.subcrawler.mime that throw PathNotFoundException
 DataObject MimeSubCrawler.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory)
           
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.