| Package | Description |
|---|---|
| com.crawljax.browser |
This is the core package for the browsers.
|
| com.crawljax.core | |
| com.crawljax.core.configuration | |
| com.crawljax.core.plugin | |
| com.crawljax.di |
| Constructor and Description |
|---|
WebDriverBrowserBuilder(CrawljaxConfiguration configuration,
Plugins plugins) |
| Modifier and Type | Method and Description |
|---|---|
CrawljaxConfiguration |
CrawlSession.getConfig() |
CrawljaxConfiguration |
CrawlerContext.getConfig() |
| Constructor and Description |
|---|
CandidateElementExtractor(ExtractorManager checker,
EmbeddedBrowser browser,
FormHandler formHandler,
CrawljaxConfiguration config)
Create a new CandidateElementExtractor.
|
CrawlerContext(EmbeddedBrowser browser,
CrawljaxConfiguration config,
javax.inject.Provider<CrawlSession> sessionProvider,
ExitNotifier exitNotifier,
com.codahale.metrics.MetricRegistry registry) |
CrawljaxRunner(CrawljaxConfiguration config) |
CrawlSession(CrawljaxConfiguration config,
StateFlowGraph stateFlowGraph,
StateVertex state,
com.codahale.metrics.MetricRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
CrawljaxConfiguration |
CrawljaxConfiguration.CrawljaxConfigurationBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
PreCrawlingPlugin.preCrawling(CrawljaxConfiguration config)
Method that is called before Crawljax loads the initial
URL and before the core
starts crawling. |
void |
Plugins.runPreCrawlingPlugins(CrawljaxConfiguration config)
Run the
PreCrawlingPlugins. |
| Constructor and Description |
|---|
Plugins(CrawljaxConfiguration config,
com.codahale.metrics.MetricRegistry registry) |
| Constructor and Description |
|---|
ConfigurationModule(CrawljaxConfiguration config) |
CoreModule(CrawljaxConfiguration config) |
CrawlSessionProvider(InMemoryStateFlowGraph stateFlowGraph,
CrawljaxConfiguration config,
com.codahale.metrics.MetricRegistry registry) |
Copyright © 2007-2013. All Rights Reserved.