public interface ExtractorManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkCrawlCondition(EmbeddedBrowser browser)
Check if one or more CrawlConditions matches the current state in the browser.
|
EventableConditionChecker |
getEventableConditionChecker()
Retrieve the eventable condition checker.
|
void |
increaseElementsCounter()
increase the number of checked elements, as a statistics measure to know how many elements
were actually examined.
|
boolean |
isChecked(String element)
Check if a given element is already checked, preventing duplicate work.
|
boolean |
markChecked(CandidateElement candidateElement)
Mark a given element as checked to prevent duplicate work.
|
int |
numberOfExaminedElements()
Return internal counter for the examined elements.
|
boolean isChecked(String element)
element - the to search for if its already checkedboolean markChecked(CandidateElement candidateElement)
candidateElement - the element that is checkedvoid increaseElementsCounter()
int numberOfExaminedElements()
EventableConditionChecker getEventableConditionChecker()
boolean checkCrawlCondition(EmbeddedBrowser browser)
browser - the browser to execute in the CrawlConditions.Copyright © 2007-2013. All Rights Reserved.