| Package | Description |
|---|---|
| com.crawljax.core | |
| com.crawljax.core.plugin | |
| com.crawljax.di |
| Modifier and Type | Method and Description |
|---|---|
CrawlSession |
CrawljaxRunner.call()
Runs Crawljax with the given configuration.
|
CrawlSession |
CrawlController.call()
Run the configured crawl.
|
CrawlSession |
CrawlerContext.getSession() |
CrawlSession |
CrawlController.run() |
| Constructor and Description |
|---|
CrawlerContext(EmbeddedBrowser browser,
CrawljaxConfiguration config,
javax.inject.Provider<CrawlSession> sessionProvider,
ExitNotifier exitNotifier,
com.codahale.metrics.MetricRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
PostCrawlingPlugin.postCrawling(CrawlSession session,
ExitNotifier.ExitStatus exitReason)
Method that is called after the crawling is finished.
|
void |
Plugins.runPostCrawlingPlugins(CrawlSession session,
ExitNotifier.ExitStatus exitReason)
load and run the postCrawlingPlugins.
|
| Modifier and Type | Method and Description |
|---|---|
CrawlSession |
CrawlSessionProvider.get() |
Copyright © 2007-2013. All Rights Reserved.