-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public final class WebDbComponent implements AutoCloseable
Parser checker, useful for testing parser. It also accurately reports possible fetching and parsing failures and presents protocol status signals to aid debugging. The tool enables us to retrieve the following data from any
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classWebDbComponent.Companion
-
Constructor Summary
Constructors Constructor Description WebDbComponent(ImmutableConfig conf)WebDbComponent(WebDb webDb, ImmutableConfig conf)
-
Method Summary
Modifier and Type Method Description final Unitput(String url, WebPage page)final Unitput(WebPage page)final Unitflush()final WebPageget(String url)final Booleandelete(String url)final Booleantruncate()final DbQueryResultscan(String startUrl, String endUrl)final DbQueryResultquery(DbQuery query)Unitclose()-
-
Method Detail
-
query
final DbQueryResult query(DbQuery query)
-
-
-
-