public class CrawlRules extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CrawlRules.CrawlRulesBuilder |
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_WAIT_AFTER_EVENT
Default wait after event in
TimeUnit.MILLISECONDS |
static long |
DEFAULT_WAIT_AFTER_RELOAD
Default wait after URL reload in
TimeUnit.MILLISECONDS |
| Modifier and Type | Method and Description |
|---|---|
static CrawlRules.CrawlRulesBuilder |
builder() |
boolean |
equals(Object object) |
com.google.common.collect.ImmutableList<CrawlElement> |
getAllCrawlElements() |
com.google.common.collect.ImmutableSortedSet<Eventable.EventType> |
getCrawlEvents() |
com.google.common.collect.ImmutableSortedSet<String> |
getIgnoredFrameIdentifiers() |
InputSpecification |
getInputSpecification() |
com.google.common.collect.ImmutableList<Invariant> |
getInvariants() |
com.google.common.collect.ImmutableList<OracleComparator> |
getOracleComparators() |
PreCrawlConfiguration |
getPreCrawlConfig() |
long |
getWaitAfterEvent() |
long |
getWaitAfterReloadUrl() |
int |
hashCode() |
boolean |
isClickOnce() |
boolean |
isCrawlHiddenAnchors() |
boolean |
isRandomInputInForms() |
boolean |
isTestInvariantsWhileCrawling() |
boolean |
shouldCrawlFrames() |
String |
toString() |
public static final long DEFAULT_WAIT_AFTER_RELOAD
TimeUnit.MILLISECONDSpublic static final long DEFAULT_WAIT_AFTER_EVENT
TimeUnit.MILLISECONDSpublic static CrawlRules.CrawlRulesBuilder builder()
public com.google.common.collect.ImmutableSortedSet<Eventable.EventType> getCrawlEvents()
public com.google.common.collect.ImmutableList<Invariant> getInvariants()
public com.google.common.collect.ImmutableList<OracleComparator> getOracleComparators()
public PreCrawlConfiguration getPreCrawlConfig()
public boolean isRandomInputInForms()
public InputSpecification getInputSpecification()
public boolean isTestInvariantsWhileCrawling()
public boolean isClickOnce()
public boolean shouldCrawlFrames()
public boolean isCrawlHiddenAnchors()
public long getWaitAfterReloadUrl()
public long getWaitAfterEvent()
public com.google.common.collect.ImmutableSortedSet<String> getIgnoredFrameIdentifiers()
public com.google.common.collect.ImmutableList<CrawlElement> getAllCrawlElements()
PreCrawlConfiguration.getIncludedElements(),
PreCrawlConfiguration.getExcludedElements() and
InputSpecification.getCrawlElements().Copyright © 2007-2013. All Rights Reserved.