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

Method main

src/java/org/apache/nutch/host/HostDbReader.java:73–77  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

71 }
72
73 public static void main(String[] args) throws Exception {
74 int res = ToolRunner.run(NutchConfiguration.create(), new HostDbReader(),
75 args);
76 System.exit(res);
77 }
78
79 public int run(String[] args) throws Exception {
80 if (args.length > 1) {

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected