|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.crawler.web.WebSiteIterator
public class WebSiteIterator
The Class WebSiteIterator.
| Constructor Summary | |
|---|---|
WebSiteIterator(WebSite webSite,
ParserManager parserManager,
CrawlerPerformanceCounterHelper<WebCrawlerPerformanceAgent> performanceCounters)
Initialize crawling. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Checks if this iterator has a next document for indexing. |
IndexDocument |
next()
Gets the next index document. |
void |
remove()
Empty implementation of the Iterator method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebSiteIterator(WebSite webSite,
ParserManager parserManager,
CrawlerPerformanceCounterHelper<WebCrawlerPerformanceAgent> performanceCounters)
throws CrawlerCriticalException
webSite - web site crawling configurationperformanceCounters - the performance countersparserManager - webcrawler parsers manager
CrawlerCriticalException - the crawler critical exception| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<IndexDocument>public IndexDocument next()
next in interface java.util.Iterator<IndexDocument>public void remove()
remove in interface java.util.Iterator<IndexDocument>
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||