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

Method main

src/java/org/apache/nutch/parse/ParserChecker.java:216–220  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

214 }
215
216 public static void main(String[] args) throws Exception {
217 int res = ToolRunner.run(NutchConfiguration.create(), new ParserChecker(),
218 args);
219 System.exit(res);
220 }
221
222}

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected