| Package | Description |
|---|---|
| com.crawljax.core | |
| com.crawljax.core.plugin |
| Modifier and Type | Method and Description |
|---|---|
ExitNotifier.ExitStatus |
ExitNotifier.awaitTermination()
Waits until the crawl has to stop.
|
ExitNotifier.ExitStatus |
CrawljaxRunner.getReason() |
ExitNotifier.ExitStatus |
CrawlController.getReason() |
static ExitNotifier.ExitStatus |
ExitNotifier.ExitStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExitNotifier.ExitStatus[] |
ExitNotifier.ExitStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2007-2013. All Rights Reserved.