|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExitCode in org.semanticdesktop.aperture.addressbook |
---|
Methods in org.semanticdesktop.aperture.addressbook that return ExitCode | |
---|---|
protected ExitCode |
AddressbookCrawler.crawlObjects()
|
Uses of ExitCode in org.semanticdesktop.aperture.crawler |
---|
Fields in org.semanticdesktop.aperture.crawler declared as ExitCode | |
---|---|
static ExitCode |
ExitCode.COMPLETED
Indicates that the process completed naturally. |
static ExitCode |
ExitCode.FATAL_ERROR
Indicates that the process was aborted by a fatal error. |
static ExitCode |
ExitCode.STOP_REQUESTED
Indicates that the process was interrupted by a request to stop. |
Methods in org.semanticdesktop.aperture.crawler that return ExitCode | |
---|---|
ExitCode |
CrawlReport.getExitCode()
Returns the status with which the crawl completed. |
Methods in org.semanticdesktop.aperture.crawler with parameters of type ExitCode | |
---|---|
void |
CrawlerHandler.clearFinished(Crawler crawler,
ExitCode exitCode)
Notification that the Crawler has finished clearing the information about the state of the datasource. |
void |
CrawlerHandler.crawlStopped(Crawler crawler,
ExitCode exitCode)
Notification that the specified Crawler has stopped crawling its DataSource for DataObjects. |
Uses of ExitCode in org.semanticdesktop.aperture.crawler.base |
---|
Methods in org.semanticdesktop.aperture.crawler.base that return ExitCode | |
---|---|
protected abstract ExitCode |
CrawlerBase.crawlObjects()
Method called by crawl() that should implement the actual crawling of the DataSource. |
ExitCode |
CrawlReportBase.getExitCode()
|
protected ExitCode |
CrawlerBase.reportFatalErrorCause(String msg)
Reports the cause of the fatal error. |
protected ExitCode |
CrawlerBase.reportFatalErrorCause(String msg,
Throwable cause)
Reports the cause of the fatal error. |
protected ExitCode |
CrawlerBase.reportFatalErrorCause(Throwable t)
Reports the cause of the fatal error. |
Methods in org.semanticdesktop.aperture.crawler.base with parameters of type ExitCode | |
---|---|
void |
CrawlerHandlerBase.clearFinished(Crawler crawler,
ExitCode exitCode)
This method implementation doesn't do anything, it is meant to be overridden. |
void |
CrawlerHandlerBase.crawlStopped(Crawler crawler,
ExitCode exitCode)
This method implementation doesn't do anything, it is meant to be overridden. |
void |
CrawlReportBase.setExitCode(ExitCode exitCode)
|
Uses of ExitCode in org.semanticdesktop.aperture.crawler.filesystem |
---|
Methods in org.semanticdesktop.aperture.crawler.filesystem that return ExitCode | |
---|---|
protected ExitCode |
FileSystemCrawler.crawlObjects()
|
Uses of ExitCode in org.semanticdesktop.aperture.crawler.ical |
---|
Methods in org.semanticdesktop.aperture.crawler.ical that return ExitCode | |
---|---|
protected ExitCode |
IcalCrawler.crawlObjects()
The main method that performs the actual crawl. |
Uses of ExitCode in org.semanticdesktop.aperture.crawler.imap |
---|
Methods in org.semanticdesktop.aperture.crawler.imap that return ExitCode | |
---|---|
protected ExitCode |
ImapCrawler.crawlObjects()
|
Uses of ExitCode in org.semanticdesktop.aperture.crawler.mbox |
---|
Methods in org.semanticdesktop.aperture.crawler.mbox that return ExitCode | |
---|---|
protected ExitCode |
MboxCrawler.crawlObjects()
|
Uses of ExitCode in org.semanticdesktop.aperture.crawler.samba |
---|
Methods in org.semanticdesktop.aperture.crawler.samba that return ExitCode | |
---|---|
protected ExitCode |
SambaCrawler.crawlObjects()
|
Uses of ExitCode in org.semanticdesktop.aperture.crawler.web |
---|
Methods in org.semanticdesktop.aperture.crawler.web that return ExitCode | |
---|---|
protected ExitCode |
WebCrawler.crawlObjects()
|
Uses of ExitCode in org.semanticdesktop.aperture.outlook |
---|
Methods in org.semanticdesktop.aperture.outlook that return ExitCode | |
---|---|
protected ExitCode |
OutlookCrawler.crawlObjects()
crawling outlook. |
Uses of ExitCode in org.semanticdesktop.aperture.websites |
---|
Methods in org.semanticdesktop.aperture.websites that return ExitCode | |
---|---|
protected ExitCode |
AbstractTagCrawler.crawlObjects()
|
Uses of ExitCode in org.semanticdesktop.aperture.websites.bibsonomy |
---|
Methods in org.semanticdesktop.aperture.websites.bibsonomy that return ExitCode | |
---|---|
protected ExitCode |
BibsonomyCrawler.crawlObjects()
|
Uses of ExitCode in org.semanticdesktop.aperture.websites.flickr |
---|
Methods in org.semanticdesktop.aperture.websites.flickr that return ExitCode | |
---|---|
protected ExitCode |
FlickrCrawler.crawlObjects()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |