| Package | Description |
|---|---|
| com.crawljax.core | |
| com.crawljax.core.configuration | |
| com.crawljax.core.state |
| Modifier and Type | Method and Description |
|---|---|
Eventable.EventType |
CandidateCrawlAction.getEventType() |
| Constructor and Description |
|---|
CandidateCrawlAction(CandidateElement candidateElement,
Eventable.EventType eventType)
The Constructor for the CandidateCrawlAction, build a new instance with the CandidateElement
and the EventType.
|
| Modifier and Type | Method and Description |
|---|---|
Eventable.EventType |
CrawlElement.getEventType() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSortedSet<Eventable.EventType> |
CrawlRules.getCrawlEvents() |
| Modifier and Type | Method and Description |
|---|---|
CrawlRules.CrawlRulesBuilder |
CrawlRules.CrawlRulesBuilder.addEventType(Eventable.EventType... eventTypes) |
| Constructor and Description |
|---|
CrawlElement(Eventable.EventType eventType,
String tagName)
To create a CrawlElement representing an HTML element MyLink the tag name would be
"a".
|
| Modifier and Type | Method and Description |
|---|---|
Eventable.EventType |
Eventable.getEventType() |
static Eventable.EventType |
Eventable.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Eventable.EventType[] |
Eventable.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Eventable.setEventType(Eventable.EventType eventType) |
| Constructor and Description |
|---|
Eventable(CandidateElement candidateElement,
Eventable.EventType eventType)
Create a new Eventable for a candidateElement and eventType.
|
Eventable(Identification identification,
Eventable.EventType eventType)
Create a new Eventable for a identification and eventType.
|
Eventable(Identification identification,
Eventable.EventType eventType,
String relatedFrame)
Create a new Eventable for a identification and eventType.
|
Eventable(Node node,
Eventable.EventType eventType)
Create a new Eventable for a node and eventType.
|
Copyright © 2007-2013. All Rights Reserved.