public interface PreCrawlingPlugin extends Plugin
Plugin that is called before the crawling starts and before the initial URL has been
loaded. This kind of plugins can be used to do for example 'once in a crawlsession' operations
like logging in a web application or reset the database to a 'clean' state.| Modifier and Type | Method and Description |
|---|---|
void |
preCrawling(CrawljaxConfiguration config)
Method that is called before Crawljax loads the initial
URL and before the core
starts crawling. |
void preCrawling(CrawljaxConfiguration config) throws RuntimeException
URL and before the core
starts crawling.config - The CrawljaxConfiguration for the coming crawl.RuntimeExceptionCopyright © 2007-2013. All Rights Reserved.