Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nutch
/ main
Method
main
src/java/org/apache/nutch/crawl/GeneratorJob.java:384–388 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
382
}
383
384
public
static
void
main(String[] args) throws Exception {
385
int
res = ToolRunner.run(NutchConfiguration.create(),
new
GeneratorJob(),
386
args);
387
System.exit(res);
388
}
389
390
}
Callers
nothing calls this directly
Calls
2
create
Method · 0.95
run
Method · 0.45
Tested by
no test coverage detected