Package org.webharvest.runtime
Interface WebScraper
-
- All Known Implementing Classes:
Scraper
public interface WebScraper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
execute(DynamicScopeContext context)
void
informListenersAboutError(Exception e)
Deprecated.
-
-
-
Method Detail
-
execute
void execute(DynamicScopeContext context)
-
informListenersAboutError
@Deprecated void informListenersAboutError(Exception e)
Deprecated.
-
-