MCPcopy Create free account
hub / github.com/apache/nutch / main

Method main

src/java/org/apache/nutch/crawl/WebTableReader.java:451–455  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

449 }
450
451 public static void main(String[] args) throws Exception {
452 int res = ToolRunner.run(NutchConfiguration.create(), new WebTableReader(),
453 args);
454 System.exit(res);
455 }
456
457 private static enum Op {
458 READ, STAT, DUMP

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected