(String[] args)
| 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 |