public class Crawler extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the browser.
|
StateVertex |
crawlIndex()
This method calls the index state.
|
void |
execute(StateVertex crawlTask) |
CrawlerContext |
getContext() |
void |
reset()
Reset the crawler to its initial state.
|
public void close()
public void reset()
public void execute(StateVertex crawlTask)
crawlTask - The StateVertex this Crawler should visit to crawl.public StateVertex crawlIndex()
public CrawlerContext getContext()
Copyright © 2007-2013. All Rights Reserved.