|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.uci.ics.crawler4j.crawler.WebCrawler
org.apache.any23.plugin.crawler.DefaultWebCrawler
public class DefaultWebCrawler
Default WebCrawler implementation.
| Constructor Summary | |
|---|---|
DefaultWebCrawler()
|
|
| Method Summary | |
|---|---|
boolean |
shouldVisit(edu.uci.ics.crawler4j.url.WebURL url)
Override this method to specify whether the given URL should be visited or not. |
void |
visit(edu.uci.ics.crawler4j.crawler.Page page)
Override this method to implement the single page processing logic. |
| Methods inherited from class edu.uci.ics.crawler4j.crawler.WebCrawler |
|---|
getMyController, getMyId, getMyLocalData, getThread, onBeforeExit, onStart, run, setMaximumCrawlDepth, setMyController, setMyId, setThread |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultWebCrawler()
| Method Detail |
|---|
public boolean shouldVisit(edu.uci.ics.crawler4j.url.WebURL url)
shouldVisit in class edu.uci.ics.crawler4j.crawler.WebCrawlerpublic void visit(edu.uci.ics.crawler4j.crawler.Page page)
visit in class edu.uci.ics.crawler4j.crawler.WebCrawler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||