|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UrlNotFoundException | |
---|---|
org.semanticdesktop.aperture.accessor | |
org.semanticdesktop.aperture.accessor.file | |
org.semanticdesktop.aperture.accessor.http | |
org.semanticdesktop.aperture.crawler.imap | |
org.semanticdesktop.aperture.crawler.mail | |
org.semanticdesktop.aperture.crawler.mbox | |
org.semanticdesktop.aperture.outlook | Microsoft Outlook Crawler This package holds a crawler for Microsoft Outlook. |
Uses of UrlNotFoundException in org.semanticdesktop.aperture.accessor |
---|
Methods in org.semanticdesktop.aperture.accessor that throw UrlNotFoundException | |
---|---|
DataObject |
DataAccessor.getDataObject(String url,
DataSource source,
Map params,
RDFContainerFactory containerFactory)
Get a DataObject for the specified url. |
DataObject |
DataAccessor.getDataObjectIfModified(String url,
DataSource source,
AccessData accessData,
Map params,
RDFContainerFactory containerFactory)
Get a DataObject for the specified url. |
Uses of UrlNotFoundException in org.semanticdesktop.aperture.accessor.file |
---|
Methods in org.semanticdesktop.aperture.accessor.file that throw UrlNotFoundException | |
---|---|
DataObject |
FileAccessor.getDataObject(String url,
DataSource source,
Map params,
RDFContainerFactory containerFactory)
Return a DataObject for the specified url. |
DataObject |
FileAccessor.getDataObjectIfModified(String url,
DataSource source,
AccessData accessData,
Map params,
RDFContainerFactory containerFactory)
Return a DataObject for the specified url. |
Uses of UrlNotFoundException in org.semanticdesktop.aperture.accessor.http |
---|
Methods in org.semanticdesktop.aperture.accessor.http that throw UrlNotFoundException | |
---|---|
DataObject |
HttpAccessor.getDataObject(String url,
DataSource source,
Map params,
RDFContainerFactory containerFactory)
|
DataObject |
HttpAccessor.getDataObjectIfModified(String url,
DataSource source,
AccessData accessData,
Map params,
RDFContainerFactory containerFactory)
|
Uses of UrlNotFoundException in org.semanticdesktop.aperture.crawler.imap |
---|
Methods in org.semanticdesktop.aperture.crawler.imap that throw UrlNotFoundException | |
---|---|
protected Object |
ImapCrawler.getDataObjectOrAllObjects(String url,
DataSource dataSource,
AccessData newAccessData,
Map params,
RDFContainerFactory containerFactory,
boolean all)
|
Uses of UrlNotFoundException in org.semanticdesktop.aperture.crawler.mail |
---|
Methods in org.semanticdesktop.aperture.crawler.mail that throw UrlNotFoundException | |
---|---|
Map<URI,DataObject> |
AbstractJavaMailCrawler.getAllRelatedDataObjects(String url,
DataSource dataSource,
Map params,
RDFContainerFactory containerFactory)
|
DataObject |
AbstractJavaMailCrawler.getDataObject(String url,
DataSource dataSource,
Map params,
RDFContainerFactory containerFactory)
|
protected Object |
AbstractJavaMailCrawler.getDataObjectByMessageURI(String url,
DataSource dataSource,
RDFContainerFactory containerFactory,
javax.mail.Folder folder,
boolean all)
|
DataObject |
AbstractJavaMailCrawler.getDataObjectIfModified(String url,
DataSource dataSource,
AccessData newAccessData,
Map params,
RDFContainerFactory containerFactory)
|
protected Object |
AbstractJavaMailCrawler.getDataObjectOrAllObjects(String url,
DataSource dataSource,
AccessData newAccessData,
Map params,
RDFContainerFactory containerFactory,
boolean all)
|
protected abstract String |
AbstractJavaMailCrawler.getFolderName(String url)
Extracts the name of the folder from the data object URI. |
Uses of UrlNotFoundException in org.semanticdesktop.aperture.crawler.mbox |
---|
Methods in org.semanticdesktop.aperture.crawler.mbox that throw UrlNotFoundException | |
---|---|
protected String |
MboxCrawler.getFolderName(String url)
|
Uses of UrlNotFoundException in org.semanticdesktop.aperture.outlook |
---|
Methods in org.semanticdesktop.aperture.outlook that throw UrlNotFoundException | |
---|---|
DataObject |
OutlookAccessor.getDataObject(String url,
DataSource source,
Map params,
RDFContainerFactory containerFactory)
|
DataObject |
OutlookResource.getDataObjectIfModified(String url,
DataSource source,
AccessData accessData,
Map params,
RDFContainerFactory containerFactory)
|
DataObject |
OutlookAccessor.getDataObjectIfModified(String url,
DataSource source,
AccessData accessData,
Map params,
RDFContainerFactory containerFactory)
|
DataObject |
OutlookAccessor.getDataObjectIfModifiedOutlook(String url,
DataSource source,
AccessData accessData,
Map params,
RDFContainerFactory containerFactory,
OutlookResource resource,
OutlookResource parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |