| Interface | Description |
|---|---|
| ExtractorManager |
This interface denotes all the operations a CandidateExtractor can execute.
|
| Class | Description |
|---|---|
| CandidateCrawlAction |
This class corresponds the combination of a CandidateElement and a single eventType.
|
| CandidateElement |
Candidate element for crawling.
|
| CandidateElementExtractor |
This class extracts candidate elements from the DOM tree, based on the tags provided by the user.
|
| CandidateElementManager |
The class is a ExtractorManager for the CandidateElements.
|
| CrawlController |
Starts and shuts down the crawl.
|
| Crawler | |
| CrawlerContext |
A context for each
Crawler that can be handed to a Plugin. |
| CrawljaxRunner |
Runs crawljax given a certain
CrawljaxConfiguration. |
| CrawlQueue |
This class implements a BlockingQueue with Runnable as its Generic type and extends Stack with
also Runnable as generic type.
|
| CrawlSession |
Contains all data concerned with this crawl.
|
| CrawlTaskConsumer |
Consumes
StateVertexs it gets from the UnfiredCandidateActions. |
| ExitNotifier | |
| UnfiredCandidateActions |
Contains all the
CandidateCrawlActions that still have to be fired to get a result. |
| Enum | Description |
|---|---|
| ExitNotifier.ExitStatus |
Represents the reason Crawljax stopped.
|
| Exception | Description |
|---|---|
| CrawlerLeftDomainException |
Is thrown when the browser leaves the domain while crawling.
|
| CrawljaxException |
General exception for Crawljax.
|
| CrawlSessionNotSetupYetException |
CrawljaxException that is thrown when you call Provider#get() of
CrawlSession or CrawlSessionProvider#get() before the the initial (index)
StateVertex is crawled. |
| StateUnreachableException |
Gets thrown when Crawljax cannot get to a target
StateVertex. |
Copyright © 2007-2013. All Rights Reserved.